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

2001-01-25 Thread johnny p.
... perhaps even a linux 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

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

2001-01-25 Thread jgomez
You can put this in the /etc/rc.d/rc.local /usr/local/apache/bin/apachectl start Mensaje citado por: Mark Maunder <[EMAIL PROTECTED]>: > (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/S90

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 you

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 e

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

2001-01-23 Thread Joakim
Just put /usr/local/apache/bin/apachectl start last in your /etc/rc.d/rc.local file.. rc.local will run at startup so apache will be started .. /Joakim Lemström, Sweden John Halladay wrote: > I'm currently running Apache 1.3.12, MySQL 3.22.32-1, and PHP 4.0.3 together > on RedHat 7.0 and every

Apache - MySQL - PHP (Auto-start Apache)

2001-01-23 Thread John Halladay
I'm currently running Apache 1.3.12, MySQL 3.22.32-1, and PHP 4.0.3 together on RedHat 7.0 and everything works fine, although every time I boot up I have to manually start the Web Server with command /usr/local/apache/bin/apachectl start. Does anyone know how to configure Apache so that it will