I am trying to get Apache and MySQL to run when booting up in RH 7.3. I
installed these from source and did not use the RPM. I have done the
following.

Install locations:
Apache: /usr/local/apache
MySQL: /usr/local/mysql

Created symbolic links in init.d and rc#.d directories
ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/apache
ln -s /usr/local/mysql/share/mysql/mysql.server
/etc/rc.d/init.d/mysql.server

ln -s /etc/rc.d/init.d/apache /etc/rc.d/rc3.d/S99apache
ln -s /etc/rc.d/init.d/mysql.server /etc/rc.d/rc3.d/S98mysql

ln -s /etc/rc.d/init.d/apache /etc/rc.d/rc0.d/K98apache
ln -s /etc/rc.d/init.d/mysql.server /etc/rc.d/rc3.d/K99mysql

I then rebooted and displayed the processes running...no Apache or MySQL. I
have not added programs manually to the bootup before. What am I doing
wrong? I have tried to do many searches for tutorials on this and have not
found anything helpful.

Thanks.

_________________
Zach Curtis
Programmer Analyst
POPULUS
www.populus.com
_________________

Confidentiality Statement:

This e-mail message and any attachment(s) are confidential and may contain
proprietary information that may not be disclosed without express
permission.  If you have received this message in error or are not the
intended recipient, please immediately notify the sender by replying to this
message and then please delete this message and any attachment(s).  Any use,
dissemination, distribution, or reproduction by unintended recipients is not
authorized. Thank you.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to