Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: fixit on September 29, 2005, 04:00:21 PM

Title: stop services Apache & MySQL
Post by: fixit on September 29, 2005, 04:00:21 PM
How do i stop a service such as Apache & MySQL from running, I need to install a prog that reguires them to be turned off

Thanks, Russ
Title: stop services Apache & MySQL
Post by: meanpenguin on October 03, 2005, 10:31:55 PM
Hi,

If it's just temporary.

SME 6.0.1
/etc/rc.d/init.d/mysqld stop
/etc/rc.d/init.d/httpd-admin stop
/etc/rc.d/init.d/httpd-e-smith stop

they will start again on server restart....

edward