Koozali.org: home of the SME Server

stop services Apache & MySQL

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
stop services Apache & MySQL
« 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
.........

Offline meanpenguin

  • ****
  • 138
  • +0/-0
stop services Apache & MySQL
« Reply #1 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