ports/145987: After upgrade PHP5-5.3.2, www/apache22 wont start

Philip M. Gollucci pgollucci at ridecharge.com
Tue Apr 27 21:50:04 UTC 2010


The following reply was made to PR ports/145987; it has been noted by GNATS.

From: "Philip M. Gollucci" <pgollucci at ridecharge.com>
To: bug-followup at FreeBSD.org, tomas.blahos at seznam.cz
Cc:  
Subject: Re: ports/145987: After upgrade PHP5-5.3.2, www/apache22 wont start
Date: Tue, 27 Apr 2010 21:45:10 +0000

 $ curl -I http://172.28.0.53 2>/dev/null |grep Server
 Server: Apache/2.2.14 (FreeBSD) DAV/2 PHP/5.3.2 with Suhosin-Patch
 
 You upgraded something incorrectly somehow.  I'm not surprised a 
 php52->53 switch is not the simplest.
 
 The easiest solution is to start over.
 
 cd /var/db/pkg
 pkg_delete -f apr* apache* php* pecl* pear*
 
 cd /usr/ports/lang/php
 sudo make clean deinstall all install WITH_APACHE=yes
 
 


More information about the freebsd-apache mailing list