Page 1 of 1

Does PHP server start automatically after reboot?

Posted: Thu Sep 03, 2009 7:47 pm
by becky-atlanta
We have a Linux server running Apache. PHP is installed on it. After rebooting the server, web pages are not loading. If PHP does not start automatically, how to start it manually? Any resources you can point me to?

Re: Does PHP server start automatically after reboot?

Posted: Thu Sep 03, 2009 9:46 pm
by califdon
PHP is not a server, nor a service, so there's nothing to run. It is a series of modules for the web server, so the very first thing to check is whether the web server is running. If it is, then check its configuration, since it must have a couple of lines telling the web server to load the PHP modules, and where to find the PHP.ini and other related files.

Re: Does PHP server start automatically after reboot?

Posted: Fri Sep 11, 2009 8:31 am
by becky-atlanta
Thank you for clarifying it. You are very helpful. It ended up that the Alpache Server did not start. Thanks again.