Enable INCLUDES for .html files in httpd configuration

This commit is contained in:
Silvan Calarco 2011-05-04 12:11:32 +02:00
parent e1dff5600d
commit c3dd6bccef

View File

@ -26,6 +26,7 @@
# AddOutputFilter INCLUDES;txt-to-html .html
# AddType text/plain .txt .spec .patch .diff .log
# ExtFilterOptions DebugLevel=1
AddOutputFilter INCLUDES .shtml .html
HeaderName /header-indexes.html
ReadmeName /footer.html
IndexOptions FancyIndexing HTMLTable DescriptionWidth=* NameWidth=* FoldersFirst
@ -66,7 +67,7 @@ DavLockDB /var/www/davdb/DavLock
Allow from all
Dav On
<LimitExcept GET OPTIONS>
Require valid-user
</LimitExcept>