From d2f37343af4bbaab5c9e80c253be5f4076eb12ae Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 13 Jun 2002 18:39:04 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-nw.conf | 3 ++- docs/conf/httpd-std.conf.in | 3 ++- docs/conf/httpd-win.conf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index b953b92b77..ea0b8e13a9 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -441,7 +441,8 @@ Alias /icons/ "@@ServerRoot@@/icons/" Alias /manual "@@ServerRoot@@/manual" - Options Indexes FollowSymLinks MultiViews + Options Indexes FollowSymLinks MultiViews IncludesNoExec + AddOutputFilter Includes html AllowOverride None Order allow,deny Allow from all diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 7374ca470c..5c145478c4 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -540,7 +540,8 @@ Alias /icons/ "@exp_iconsdir@/" Alias /manual "@exp_manualdir@" - Options Indexes FollowSymLinks MultiViews + Options Indexes FollowSymLinks MultiViews IncludesNoExec + AddOutputFilter Includes html AllowOverride None Order allow,deny Allow from all diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 4053e67735..1a535be395 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -456,7 +456,8 @@ Alias /icons/ "@@ServerRoot@@/icons/" Alias /manual "@@ServerRoot@@/manual" - Options Indexes FollowSymLinks MultiViews + Options Indexes FollowSymLinks MultiViews IncludesNoExec + AddOutputFilter Includes html AllowOverride None Order allow,deny Allow from all -- 2.50.1