Re: Autostarting Apache and MySQL

2000-08-09 Thread kmself
On Wed, Aug 09, 2000 at 08:45:40AM -0700, [EMAIL PROTECTED] wrote: > What is the '/var/run/$NAME.pid' referred to in this skeleton script? > And how do I establish this? (I compiled Mysql and Apache) This is defined by one of the Sys V init scripts, though I don't recall which at the moment. Se

Re: Autostarting Apache and MySQL

2000-08-09 Thread dckinder
What is the '/var/run/$NAME.pid' referred to in this skeleton script? And how do I establish this? (I compiled Mysql and Apache) Also, I start Apache by issuing the command "apachectl start" and stop it by issuing "apachectl stop." It is in /usr/local/apache/bin/. Is "/usr/local/apache/bin/

Re: Autostarting Apache and MySQL

2000-08-08 Thread kmself
On Tue, Aug 08, 2000 at 11:23:49PM -0700, [EMAIL PROTECTED] wrote: > I am trying to get Debian automatically to start, 1) MySQL and 2) > Apache > > According to the FAQs, rc.local does not work and I am supposed to > develop some scripts in /etc/init.d which take the arguments start', > `stop

Autostarting Apache and MySQL

2000-08-08 Thread dckinder
I am trying to get Debian automatically to start, 1) MySQL and 2) Apache According to the FAQs, rc.local does not work and I am supposed to develop some scripts in /etc/init.d which take the arguments start', `stop', `reload', `restart' or `force-reload' First of all, all I want to do is to sta