Page 1 of 1

starting httpd/ mysql automatically

Posted: Mon Aug 08, 2005 5:15 pm
by Airwolf
My system locking up using the liveCD was unworkable so i decided to take the plunge and try another install using FC3.

In the course of the day i installed FC3, got my wireless LAN card (d-link DWL-520+) working after compiling the module (all very 'interesting') into the kernel, sorted out YUM and used this method to get ZM installed and working :-)

I have one last, and probably very simple problem to solve.

q. what is the best way to auto start httpd and mysqld?

now i have to su to root and type service httpd start, service mysql start

many thanks

Posted: Mon Aug 08, 2005 9:10 pm
by rdmelin
As root:
"chkconfig mysql on "
"chkconfig httpd on"

Posted: Tue Aug 09, 2005 6:29 pm
by Airwolf
thanks - up and running

now i need to get to grips with defining the zones