# 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 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 AllowOverride None Options +ExecCGI Order allow,deny Allow from all