Update openmamba-website.conf

This commit is contained in:
silvan 2011-04-29 19:16:18 +02:00
parent 2335c52c51
commit f7fdc7b116
2 changed files with 8 additions and 1 deletions

View File

@ -25,6 +25,8 @@ wwwfiles: clean
ln -sf $(ftproot) wwwroot/pub
dist: clean wwwfiles
@git clean -f
@git log > NEWS
@mkdir /tmp/$(distdir)
@cp -a * /tmp/$(distdir)/
@rm -f $(dist_archive);\

View File

@ -1,6 +1,7 @@
<VirtualHost *:80>
DocumentRoot /var/www/www.openmamba.org
ServerName www.openmamba.org
ServerAlias openmamba.org
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
@ -21,6 +22,10 @@
<Directory "/var/www/www.openmamba.org">
Options Indexes FollowSymLinks Includes ExecCGI
# SetOutputFilter txt-to-html
# AddOutputFilter INCLUDES;txt-to-html .html
# AddType text/plain .txt .spec .patch .diff .log
# ExtFilterOptions DebugLevel=1
HeaderName /header-indexes.html
ReadmeName /footer.html
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
@ -31,7 +36,7 @@
</Directory>
<Directory "/var/www/www.openmamba.org/people">
Options Includes
Options Includes FollowSymLinks
HeaderName /header-indexes.html
ReadmeName /footer.html
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst