Just to remember

R Shapiro yellowdog-general@lists.terrasoftsolutions.com
Fri Jun 28 07:12:01 2002


mafrota writes:
 > How is the command to turn apache on at boot time?

Apache is a standard init item (httpd).  Use chkconfig to enable it
for whatever run levels you care about, eg

 chkconfig --level 2345 httpd on

to have it started at boot time for runlevels 2, 3, 4 and 5.

-- 
rshapiro@bbn.com