Действие |
Команды |
RedHat, AltLinux |
Включение |
# chkconfig httpd –add; chkconfig httpd on |
Выключение |
# chkconfig httpd off; chkconfig httpd –del |
Просмотр |
# chkconfig httpd –list |
Запуск |
# service httpd start |
Останов |
# service httpd stop |
Debian, Ubuntu |
Включение |
# update-rc.d apache2 defaults |
Выключение |
# update-rc.d -f apache2 remove |
Запуск |
# /etc/init.d/apache2 start |
Останов |
# /etc/init.d/apache2 stop |
Gentoo |
Включение |
# update-rc add apache2 default |
Выключение |
# update-rc del apache2 |
Просмотр |
# rc-status –all |
Запуск |
# /etc/init.d/apache2 start |
Останов |
# /etc/init.d/apache2 stop |
Ссылки
Дата создания: 2008-11-09 13:57:08 (Фетисов Н. А. (naf))
Последнее изменение: 2008-11-09 13:57:08 (Фетисов Н. А. (naf))
Владелец: Фетисов Н. А. (naf)
Версия: 1