I ran apt-get update && apt-get upgrade in Ubuntu 8.04 this morning and saw that quite a few of the php modules needed to be updated. I'm running ISPconfig version 2.2.32 (upgrade was done a few days ago without any problems) Since the update it seems that Apache2 won't run anymore. I did a /etc/init.d/apache2 start and that doesn't give me any errors. When I do a /etc/init.d/apache2 stop after that I see "httpd (no pid file) not running". In the ISPconfig panel I see in services that my web-server is not running although the drop-down is set to "On" Any ideas what could have gone wrong?
eAccelerator caused the problem Looking in /var/log/apache2/error.log it turns out that eAccelerator needs to be rebuilt for this most recent php version. A good guide on how to install eAccelerator can be found here: http://developer.mindtouch.com/Deki.....Install_eAccelerator_on_Ubuntu_8.04_(Debian) This also works to cause the problem that I had.