How To Make Apache Server Start Everytime Boots Up While Starting Loads Automatic
Post Description: how to make apache server start everytime boots up while starting loads automatic
how, to, make, apache, server, start, everytime, boots, up, while, starting, loads, automatic
This Post Has Been Viewed 145 Times Since Fri Feb 29, 2008 12:01 pm Posted By web hosting with 0 replies
POST# 994
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Make Apache Server Start Everytime Boots Up While Starting Loads Automatic
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.