Does PHP server start automatically after reboot?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
becky-atlanta
Forum Commoner
Posts: 74
Joined: Thu Feb 26, 2009 6:26 pm
Location: Atlanta, GA

Does PHP server start automatically after reboot?

Post 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?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Does PHP server start automatically after reboot?

Post 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.
User avatar
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?

Post by becky-atlanta »

Thank you for clarifying it. You are very helpful. It ended up that the Alpache Server did not start. Thanks again.
Post Reply