]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Wrong variable name for sysconfdir.
authorJoshua Slive <slive@apache.org>
Sun, 3 Apr 2005 22:52:37 +0000 (22:52 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 3 Apr 2005 22:52:37 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159969 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 338dc5e5555ed78e55ddb11f5a503c97dbce2873..16b47b62ae9664c991a5fe1d71c266fbd50245b7 100644 (file)
@@ -551,30 +551,30 @@ ServerSignature On
 
 ### Section 3: Supplemental configuration
 #
-# The configuration files in the @relsysconfdir@/extra/ directory can be included
+# The configuration files in the @rel_sysconfdir@/extra/ directory can be included
 # to add extra features, or you may simply copy their contents
 # here and change as necessary.
 
 # Server-Pool Size Regulation (MPM specific)
-# Include @relsysconfdir@/extra/httpd-mpm.conf
+# Include @rel_sysconfdir@/extra/httpd-mpm.conf
 
 # Multi-language error messages
-# Include @relsysconfdir@/extra/httpd-multilang-error.conf
+# Include @rel_sysconfdir@/extra/httpd-multilang-error.conf
 
 # Fancy directory listings
-# Include @relsysconfdir@/extra/httpd-autoindex.conf
+# Include @rel_sysconfdir@/extra/httpd-autoindex.conf
 
 # Language settings
-# Include @relsysconfdir@/extra/httpd-languages.conf
+# Include @rel_sysconfdir@/extra/httpd-languages.conf
 
 # User home directories
-# Include @relsysconfdir@/extra/httpd-userdir.conf
+# Include @rel_sysconfdir@/extra/httpd-userdir.conf
 
 # Real-time info on requests and configuration
-# Include @relsysconfdir@/extra/httpd-info.conf
+# Include @rel_sysconfdir@/extra/httpd-info.conf
 
 # Virtual hosts
-# Include @relsysconfdir@/extra/httpd-vhosts.conf
+# Include @rel_sysconfdir@/extra/httpd-vhosts.conf
 
 #
 # Secure (SSL/TLS) connections