Bug 21937 - [Office Server] Не запускается веб-сервер
Summary: [Office Server] Не запускается веб-сервер
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: apache2-base (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords: distro-blocker
Depends on:
Blocks: 19564
  Show dependency tree
 
Reported: 2009-10-14 14:19 MSD by Andrey Cherepanov
Modified: 2010-10-27 13:25 MSD (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
> Запускается в Школьном Сервере.

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