From: Justin Erenkrantz Date: Fri, 5 Oct 2001 03:32:42 +0000 (+0000) Subject: Include paths must be relative to ServerRoot directive. X-Git-Tag: 2.0.26~102 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fb715f4370224a8f6b89aa2e1e11f8852e8e00bd;p=thirdparty%2Fapache%2Fhttpd.git Include paths must be relative to ServerRoot directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 3a935deba9b..035e9b7ac31 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -951,15 +951,15 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # Bring in additional module-specific configurations # - Include ssl.conf + Include conf/ssl.conf - Include proxy.conf + Include conf/proxy.conf - Include ldap.conf + Include conf/ldap.conf