you're startup files are typically in /etc/rc.d/init.d on redhat
be *very* careful though!
Create a script which starts whatever you need in there.
create a text file which starts apache.
eg pico startapache
#start apache
apachectl start
save file
chmod +x it to make it executable
do the same for mysql (I forget the command line at the moment).
restart and test.
you may need to be root to access /etc/rd.d/init/d depends on your system
cheers.
Lawrence.
-----Original Message-----
From: Roman [mailto:[EMAIL PROTECTED]]
Sent: August 17, 2001 2:47 PM
To: Php-General
Subject: [PHP] Startup
I install apache 1.3.20, php 4.0.6 and mysql on Red Hat Linux 7.0 but
I must start thei manualy. I want to start this services automatically when
starts the linux. How ?
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]