Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread Freaked Personality
You don't configure apache to do this, since apache has no idea when the server boots up... You have to edit your start-up scripts which are mostly in /etc/rc.d to start up apache. There's a huge number of ways to do this (to script it) ie with error checking/without error checking with mail on

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread Mark Maunder
(quicky coz this is way off topic): ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S90httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc5.d/S90httpd ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc6.d/K90httpd That should do it. Should bring up

RE: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread johnny p.
admin newsgroup would be even more appropriate. HTH, -jp -Original Message-, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 7:00 AM To: Mark Maunder Cc: Freaked Personality; John Halladay; "MySQL List (E-mail)" Subject: Re: Apache - MySQL -