Does PHP server start automatically after reboot?
Moderator: General Moderators
- becky-atlanta
- Forum Commoner
- Posts: 74
- Joined: Thu Feb 26, 2009 6:26 pm
- Location: Atlanta, GA
Does PHP server start automatically after reboot?
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?
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.
- becky-atlanta
- Forum Commoner
- Posts: 74
- Joined: Thu Feb 26, 2009 6:26 pm
- Location: Atlanta, GA
Re: Does PHP server start automatically after reboot?
Thank you for clarifying it. You are very helpful. It ended up that the Alpache Server did not start. Thanks again.