Update openmamba-website.conf
This commit is contained in:
parent
2335c52c51
commit
f7fdc7b116
2
Makefile
2
Makefile
@ -25,6 +25,8 @@ wwwfiles: clean
|
|||||||
ln -sf $(ftproot) wwwroot/pub
|
ln -sf $(ftproot) wwwroot/pub
|
||||||
|
|
||||||
dist: clean wwwfiles
|
dist: clean wwwfiles
|
||||||
|
@git clean -f
|
||||||
|
@git log > NEWS
|
||||||
@mkdir /tmp/$(distdir)
|
@mkdir /tmp/$(distdir)
|
||||||
@cp -a * /tmp/$(distdir)/
|
@cp -a * /tmp/$(distdir)/
|
||||||
@rm -f $(dist_archive);\
|
@rm -f $(dist_archive);\
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DocumentRoot /var/www/www.openmamba.org
|
DocumentRoot /var/www/www.openmamba.org
|
||||||
ServerName www.openmamba.org
|
ServerName www.openmamba.org
|
||||||
|
ServerAlias openmamba.org
|
||||||
ScriptAlias /cgi-bin/ "/var/www/www.openmamba.org/cgi-bin/"
|
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
|
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
|
CustomLog /var/log/httpd/www.openmamba.org-access_log combinedom
|
||||||
@ -21,6 +22,10 @@
|
|||||||
|
|
||||||
<Directory "/var/www/www.openmamba.org">
|
<Directory "/var/www/www.openmamba.org">
|
||||||
Options Indexes FollowSymLinks Includes ExecCGI
|
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
|
HeaderName /header-indexes.html
|
||||||
ReadmeName /footer.html
|
ReadmeName /footer.html
|
||||||
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
||||||
@ -31,7 +36,7 @@
|
|||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory "/var/www/www.openmamba.org/people">
|
<Directory "/var/www/www.openmamba.org/people">
|
||||||
Options Includes
|
Options Includes FollowSymLinks
|
||||||
HeaderName /header-indexes.html
|
HeaderName /header-indexes.html
|
||||||
ReadmeName /footer.html
|
ReadmeName /footer.html
|
||||||
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
|
||||||
|
Loading…
Reference in New Issue
Block a user