- Forums
- Linux Systems
- How To Make Apache Server Start Everytime Boots Up While Starting Loads Automatic
This Page Contains information about How To Make Apache Server Start Everytime Boots Up While Starting Loads Automatic By wallpaperama in category Linux Systems with 0 Replies. [2939], Last Updated: Sat May 18, 2024
wallpaperama
Tue Jun 26, 2007
0 Comments
435 Visits
if you want your apache server to load automatically when you start your server and while linux is loading, you can send this command:
chkconfig --levels 235 httpd on
note: i've tested this to work ok on fedoar and redhat, might not work on other distributions.