Setting Apache To Automatically Start on Boot
Recently I had to install 11 Cent OS servers. These servers were to be all identical and were installed using the simple "web server" option during installation time.
The servers all had Apache 2.0 installed but the service httpd was not set to start automatically with the system. After applying the SSL certificate to all 11 servers, I wanted to test the installation by simply rebooting the servers to be sure the settings took and stuck.
Setting Apache httpd to start automatically is simple. This also works with Cent OS 5 (outdated but just in case you need to deploy version 5 for some reason it is good to know).
Setting Apache To Auto-Start on Boot
Step 1 – Check to ensure the httpd service (Apache) is installed
If installed properly, you will see as the output of the command above
Step 2 – Set httpd (Apache) to auto start with the system when re-booted.
Step 3 – Confirm the Apache httpd service is set to auto-start
Run the same command from Step 1 to see that httpd is set to auto-start
and will see as the output of the command :
That's it, you're done. I ran the commands on all servers and they all worked after rebooting.
Apache httpd started with the system after rebooting.
No comments:
Post a Comment