Summary: | [Office Server] Не запускается веб-сервер | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Andrey Cherepanov <cas> |
Component: | apache2-base | Assignee: | Anton Farygin <rider> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | critical | ||
Priority: | P3 | CC: | aen, george, kharpost, mex3, rider, vitty |
Version: | unstable | Keywords: | distro-blocker |
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 19564 |
Description
Andrey Cherepanov
2009-10-14 14:19:10 MSD
#! /bin/sh # # httpd2 Start/Stop the Apache2 Web Server # # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd2 # pidfile: /var/run/httpd2/httpd.pid # config: /etc/httpd2/conf/httpd2.conf Запускается в Школьном Сервере. (В ответ на комментарий №0) > [root@c238 ~]# chkconfig httpd2 --list > httpd2 0:off 1:off 2:on 3:off 4:on 5:off 6:off > > Почему? Какое-то время назад была дискуссия (devel@ или sisyphus@) в ходе которой было решено исключить автостарт свежеустановленных серверов после перезагрузки. Ниже -- способ реализации данного соглашения: (В ответ на комментарий №1) > #! /bin/sh > # > # httpd2 Start/Stop the Apache2 Web Server > # > # chkconfig: - 85 15 ^ > # description: Apache is a World Wide Web server. It is used to serve \ > # HTML files and CGI. > # processname: httpd2 > # pidfile: /var/run/httpd2/httpd.pid > # config: /etc/httpd2/conf/httpd2.conf |