]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Include paths must be relative to ServerRoot directive.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 5 Oct 2001 03:32:42 +0000 (03:32 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 5 Oct 2001 03:32:42 +0000 (03:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91304 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf

index 3a935deba9bf6a8bfbb7b444c59087d6c6083b05..035e9b7ac31854cc6a53c00d4f749e4e2aecca4c 100644 (file)
@@ -951,15 +951,15 @@ BrowserMatch "JDK/1\.0" force-response-1.0
 # Bring in additional module-specific configurations
 #
 <IfModule mod_ssl.c>
-    Include ssl.conf
+    Include conf/ssl.conf
 </IfModule>
 
 <IfModule mod_proxy.c>
-    Include proxy.conf
+    Include conf/proxy.conf
 </IfModule>
 
 <IfModule mod_ldap.c>
-    Include ldap.conf
+    Include conf/ldap.conf
 </IfModule>