From a0a8b388461c40743af58fa35aa8f1fa1c19bf64 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 3 Apr 2005 22:52:37 +0000 Subject: [PATCH] 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 --- docs/conf/httpd.conf.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.47.3