diff --git a/Makefile b/Makefile index 2680942..eb64ad8 100644 --- a/Makefile +++ b/Makefile @@ -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);\ diff --git a/config/www.openmamba.org.conf b/config/www.openmamba.org.conf index 3a89081..5c457f4 100644 --- a/config/www.openmamba.org.conf +++ b/config/www.openmamba.org.conf @@ -1,6 +1,7 @@ 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 @@ 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 @@ - Options Includes + Options Includes FollowSymLinks HeaderName /header-indexes.html ReadmeName /footer.html IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst