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
|
# AddOutputFilter INCLUDES;txt-to-html .html
|
||||||
# AddType text/plain .txt .spec .patch .diff .log
|
# AddType text/plain .txt .spec .patch .diff .log
|
||||||
# ExtFilterOptions DebugLevel=1
|
# ExtFilterOptions DebugLevel=1
|
||||||
|
AddOutputFilter INCLUDES .shtml .html
|
||||||
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
|
||||||
@ -66,7 +67,7 @@ DavLockDB /var/www/davdb/DavLock
|
|||||||
Allow from all
|
Allow from all
|
||||||
|
|
||||||
Dav On
|
Dav On
|
||||||
|
|
||||||
<LimitExcept GET OPTIONS>
|
<LimitExcept GET OPTIONS>
|
||||||
Require valid-user
|
Require valid-user
|
||||||
</LimitExcept>
|
</LimitExcept>
|
||||||
|
Loading…
Reference in New Issue
Block a user