Enable INCLUDES for .html files in httpd configuration
This commit is contained in:
parent
e1dff5600d
commit
c3dd6bccef
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user