2011-04-29 19:11:08 +02:00
|
|
|
<VirtualHost *:80>
|
|
|
|
DocumentRoot /var/www/www.openmamba.org
|
|
|
|
ServerName www.openmamba.org
|
2011-04-29 19:16:18 +02:00
|
|
|
ServerAlias openmamba.org
|
2011-04-29 19:11:08 +02:00
|
|
|
ScriptAlias /cgi-bin/ "/var/www/www.openmamba.org/cgi-bin/"
|
|
|
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O %X" combinedom
|
|
|
|
CustomLog /var/log/httpd/www.openmamba.org-access_log combinedom
|
|
|
|
ErrorLog /var/log/httpd/www.openmamba.org-error_log
|
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
<VirtualHost *:80>
|
|
|
|
DocumentRoot /var/www/www.openmamba.org
|
|
|
|
ServerName openmamba.org
|
|
|
|
Redirect permanent / http://www.openmamba.org/
|
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
<VirtualHost *:80>
|
|
|
|
DocumentRoot /var/www/www.openmamba.org/lists/
|
|
|
|
ServerName lists.openmamba.org
|
|
|
|
Redirect permanent / http://www.openmamba.org/lists/
|
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
<Directory "/var/www/www.openmamba.org">
|
|
|
|
Options Indexes FollowSymLinks Includes ExecCGI
|
2011-04-29 19:16:18 +02:00
|
|
|
# SetOutputFilter txt-to-html
|
|
|
|
# AddOutputFilter INCLUDES;txt-to-html .html
|
|
|
|
# AddType text/plain .txt .spec .patch .diff .log
|
|
|
|
# ExtFilterOptions DebugLevel=1
|
2011-04-29 19:11:08 +02:00
|
|
|
HeaderName /header-indexes.html
|
|
|
|
ReadmeName /footer.html
|
|
|
|
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
|
|
|
DirectoryIndex index.php index.html
|
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
<Directory "/var/www/www.openmamba.org/people">
|
2011-04-29 19:16:18 +02:00
|
|
|
Options Includes FollowSymLinks
|
2011-04-29 19:11:08 +02:00
|
|
|
HeaderName /header-indexes.html
|
|
|
|
ReadmeName /footer.html
|
|
|
|
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
|
|
|
DirectoryIndex index.html
|
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
<Directory "/var/www/www.openmamba.org/groups">
|
|
|
|
Options Includes
|
|
|
|
HeaderName /header-indexes.html
|
|
|
|
ReadmeName /footer.html
|
|
|
|
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
|
|
|
DirectoryIndex index.html
|
|
|
|
AllowOverride None
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
DavLockDB /var/www/davdb/DavLock
|
|
|
|
|
|
|
|
<Directory "/var/www/www.openmamba.org/pub/openmamba">
|
|
|
|
Options Indexes FollowSymLinks Includes
|
|
|
|
AllowOverride AuthConfig
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
|
|
|
|
Dav On
|
|
|
|
|
|
|
|
<LimitExcept GET OPTIONS>
|
|
|
|
Require valid-user
|
|
|
|
</LimitExcept>
|
|
|
|
</Directory>
|