Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37766977
en ru br
Репозитории ALT
S:4.0.0-alt2.git20130220
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: collection4

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

# quick installation:
# 1. perform apt-get install apache2-mod_fcgid
# 2. disable or remove apache2-mod_fastcgi
# 3. check bug https://bugzilla.altlinux.org/27554

<VirtualHost *>
ServerName c4.localdomain
ServerAlias www.c4.localdomain
ServerAdmin admin@localdomain

DocumentRoot /usr/share/collection

ErrorLog /var/log/httpd2/c4_error.log
TransferLog /var/log/httpd2/c4_access.log

ScriptAlias /fcgi-bin @@LIBEXECDIR@@/collection
Alias /share/collection /usr/share/collection

DirectoryIndex /fcgi-bin/collection.fcgi

<Directory "/fcgi-bin/">
AllowOverride None
Options +ExecCGI

Order allow,deny
Allow from all
</Directory>
</VirtualHost>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin