Bug 21937

Summary: [Office Server] Не запускается веб-сервер
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: apache2-baseAssignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P3 CC: aen, george, kharpost, mex3, rider, vitty
Version: unstableKeywords: distro-blocker
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 19564    

Description Andrey Cherepanov 2009-10-14 14:19:10 MSD
[root@c238 ~]# chkconfig httpd2 --list
httpd2          0:off   1:off   2:on    3:off   4:on    5:off   6:off

Почему?
Comment 1 Andrey Cherepanov 2009-10-22 12:13:25 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
Comment 2 Andrey Cherepanov 2009-10-24 21:07:13 MSD
Запускается в Школьном Сервере.
Comment 3 solo 2009-10-26 19:08:05 MSK
(В ответ на комментарий №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
Comment 4 solo 2009-10-26 19:10:05 MSK
(В ответ на комментарий №2)
> Запускается в Школьном Сервере.

  Если правильно понимаю -- там это решение релизменеджера данного дистрибутива.