From: Joshua Slive Date: Sun, 3 Apr 2005 22:52:37 +0000 (+0000) Subject: Wrong variable name for sysconfdir. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a8b388461c40743af58fa35aa8f1fa1c19bf64;p=thirdparty%2Fapache%2Fhttpd.git Wrong variable name for sysconfdir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159969 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 338dc5e5555..16b47b62ae9 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -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