From: Joshua Slive Date: Wed, 23 Apr 2003 15:23:47 +0000 (+0000) Subject: The docs no longer need includes. X-Git-Tag: pre_ajp_proxy~1799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8095990ad66062117eecd1b0d52658411495235;p=thirdparty%2Fapache%2Fhttpd.git The docs no longer need includes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index ae588e0abb2..ecdddbd1951 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -574,8 +574,7 @@ ServerSignature On Alias /manual "@exp_manualdir@" - Options Indexes FollowSymLinks MultiViews IncludesNoExec - AddOutputFilter Includes html + Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 56020f2b7a5..d1f0dcc706c 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -497,8 +497,7 @@ Alias /icons/ "@@ServerRoot@@/icons/" Alias /manual "@@ServerRoot@@/manual" - Options Indexes FollowSymLinks MultiViews IncludesNoExec - AddOutputFilter Includes html + Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all