Commit 48f41699 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Enabled Server-Side Includes by default in the /manual directory so that all

headers and footers will be included correctly in the documentation pages.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95650 13f79535-47bb-0310-9956-ffa450edef68
parent 338b39db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -441,7 +441,8 @@ Alias /icons/ "@@ServerRoot@@/icons/"
Alias /manual "@@ServerRoot@@/manual"

<Directory "@@ServerRoot@@/manual">
    Options Indexes FollowSymLinks MultiViews
    Options Indexes FollowSymLinks MultiViews IncludesNoExec
    AddOutputFilter Includes html
    AllowOverride None
    Order allow,deny
    Allow from all
+2 −1
Original line number Diff line number Diff line
@@ -540,7 +540,8 @@ Alias /icons/ "@exp_iconsdir@/"
Alias /manual "@exp_manualdir@"

<Directory "@exp_manualdir@">
    Options Indexes FollowSymLinks MultiViews
    Options Indexes FollowSymLinks MultiViews IncludesNoExec
    AddOutputFilter Includes html
    AllowOverride None
    Order allow,deny
    Allow from all
+2 −1
Original line number Diff line number Diff line
@@ -456,7 +456,8 @@ Alias /icons/ "@@ServerRoot@@/icons/"
Alias /manual "@@ServerRoot@@/manual"

<Directory "@@ServerRoot@@/manual">
    Options Indexes FollowSymLinks MultiViews
    Options Indexes FollowSymLinks MultiViews IncludesNoExec
    AddOutputFilter Includes html
    AllowOverride None
    Order allow,deny
    Allow from all