Re: apache and mysqld


Subject: Re: apache and mysqld
From: John Holm (john@commandzdesign.com)
Date: Tue Nov 23 1999 - 08:15:24 MST


The apache start script is "httpd" in /etc/rc.d/init.d

so to enable it in runstate 5 for example, there should be a link in /etc/rc.d/rc.5/ to the httpd script:

S85httpd -> ../init.d/httpd

the s is for start, and the number is to control the order stuff starts up in.

in the states that you don't want it running, you're supposed to have a k link (for kill):
K15httpd -> ../init.d/httpd

>I'd like to start Apache (apachectl start) and mysqld (safe_mysqld) on
>startup. How would I go about this? I suppose I'd write a script in one
>of the rc.d directories but I can find a good reference on how
>to do it.

i don't know what wysqld is.

-- 
John Holm
john@commandzdesign.com

Command-Z Design 11 Prince Andrew Place Toronto, ON M3C 2H2

tel> 416.444.3050 ext 250 fax> 416.444.2776



This archive was generated by hypermail 2a24 : Fri Dec 03 1999 - 19:07:33 MST