[ale] Starting httpd at boot time

Jerald Sheets jsheets at yahoo.com
Wed Aug 2 23:05:23 EDT 2006


On Aug 2, 2006, at 10:13 PM, Ryan Fish wrote:

>
> I am using fedora core 5.
>
> What do I need to do to cause the server to start at boot time?.


Redhat products use the SystemV boot scripts to launch and terminate  
daemons.  If you are in runlevel 5 (GUI), you would want to do the  
following:

chkconfig --level 5 httpd on

If in runlevel 3

chkconfig --level 3 httpd on

You can do chkconfig --list and see all daemons you have starting,  
and which runlevels they're configured to run in.  You can also start  
your services once you configure them via the service program:

service httpd start
service httpd stop
service httpd status

I hope that helps.

--Jerald



More information about the Ale mailing list