After upgrade PHP from PHP5-5.2.12 to PHP5-5.3.2 apache will not start. When you turn off libphp5.so module, apache startup and runs. In httpd-error.log there is no error message. I tried to turn on debug options when compiling PHP5. In httpd-error.log is after this message: /var/ports/usr/ports/lang/php5/work/php-5.3.2/main/main.c(1099) : Bailed out without a bailout address! pkg_info | grep apache apache-2.2.14_5 Version 2.2.x of Apache web server with prefork MPM. pkg_info | grep php php5-5.3.2 PHP Scripting Language
Responsible Changed From-To: freebsd-ports-bugs->apache Fix synopsis and assign.
$ 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
State Changed From-To: open->closed user config error