]> granicus.if.org Git - apache/commitdiff
The docs no longer need includes.
authorJoshua Slive <slive@apache.org>
Wed, 23 Apr 2003 15:23:47 +0000 (15:23 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 23 Apr 2003 15:23:47 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99536 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index ae588e0abb23678e181808686f5139435e172177..ecdddbd19517bddbca6305ccf3ad8683d1d91452 100644 (file)
@@ -574,8 +574,7 @@ ServerSignature On
     Alias /manual "@exp_manualdir@"
 
     <Directory "@exp_manualdir@">
-        Options Indexes FollowSymLinks MultiViews IncludesNoExec
-        AddOutputFilter Includes html
+        Options Indexes FollowSymLinks MultiViews
         AllowOverride None
         Order allow,deny
         Allow from all
index 56020f2b7a585566e0282a51b2cfc0b5446b7a74..d1f0dcc706ce47f02023578939ff7daffacb4715 100644 (file)
@@ -497,8 +497,7 @@ Alias /icons/ "@@ServerRoot@@/icons/"
 Alias /manual "@@ServerRoot@@/manual"
 
 <Directory "@@ServerRoot@@/manual">
-    Options Indexes FollowSymLinks MultiViews IncludesNoExec
-    AddOutputFilter Includes html
+    Options Indexes FollowSymLinks MultiViews
     AllowOverride None
     Order allow,deny
     Allow from all