... 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
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
(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
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
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