From 6868ab27960034148958812602dd17fe882e97b1 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 6 Oct 2001 03:40:04 +0000 Subject: [PATCH] Right this change to conform to my minimal interpretation of Ken Coar's veto over creating /manual/ under ServerRoot. It's possible he also ment to veto the Alias, I'm not clear. If that's the case, these alias sections can be removed entirely. I personally believe they are goodness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91327 13f79535-47bb-0310-9956-ffa450edef68 --- conf/httpd.conf-dist | 10 +++++----- conf/httpd.conf-dist-nw | 10 +++++----- conf/httpd.conf-dist-win | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index 9968db7c6e8..9a4fd87a2c4 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -545,13 +545,13 @@ ServerSignature On Allow from all - # This Alias will project the on-line documentation tree into your - # logical DocumentRoot. Comment it if you don't want to provide access - # to the on-line docu for some reason. + # This Alias will project the on-line documentation tree under /manual/ + # even if you change the DocumentRoot. Comment it if you don't want to + # provide access to the on-line documentation. # - Alias /manual/ "@@ServerRoot@@/manual/" + Alias /manual/ "@@ServerRoot@@/htdocs/manual/" - + Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny diff --git a/conf/httpd.conf-dist-nw b/conf/httpd.conf-dist-nw index 71324c33ebb..6bc42bd3b70 100644 --- a/conf/httpd.conf-dist-nw +++ b/conf/httpd.conf-dist-nw @@ -480,13 +480,13 @@ ServerSignature On Allow from all - # This Alias will project the on-line documentation tree into your - # logical DocumentRoot. Comment it if you don't want to provide access - # to the on-line docu for some reason. + # This Alias will project the on-line documentation tree under /manual/ + # even if you change the DocumentRoot. Comment it if you don't want to + # provide access to the on-line documentation. # - Alias /manual/ "sys:/apache/manual/" + Alias /manual/ "sys:/apache/htdocs/manual/" - + Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index b587681bab4..4f4ad92aa22 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -586,13 +586,13 @@ ServerSignature On Allow from all - # This Alias will project the on-line documentation tree into your - # logical DocumentRoot. Comment it if you don't want to provide access - # to the on-line docu for some reason. + # This Alias will project the on-line documentation tree under /manual/ + # even if you change the DocumentRoot. Comment it if you don't want to + # provide access to the on-line documentation. # - Alias /manual/ "@@ServerRoot@@/manual/" + Alias /manual/ "@@ServerRoot@@/htdocs/manual/" - + Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny -- 2.47.2