From: Martin Kraemer Date: Wed, 29 Aug 2001 12:35:21 +0000 (+0000) Subject: Finish documenting /manual location change X-Git-Tag: 2.0.25~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9904d362526e8c91f485c636957d3eb212ce803;p=apache Finish documenting /manual location change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 651c286bb3..31b298bdac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0.25-dev + *) Move the installed /manual directory out of the /htdocs/ tree, so + that it can be kept more independently from the remaining document + root. The "Alias /manual ..." already allowed for easy projection + into existing private document trees. [Martin Kraemer] + *) Add specified user attributes to the environment when using mod_auth_ldap. This allows you to use mod_include to embed specified user attributes in a page like so: diff --git a/docs/conf/highperformance-std.conf b/docs/conf/highperformance-std.conf index 6f7c049833..f29aa24756 100755 --- a/docs/conf/highperformance-std.conf +++ b/docs/conf/highperformance-std.conf @@ -1,6 +1,6 @@ # Ha, you're reading this config file looking for the easy way out! # "how do I make my apache server go really really fast??" -# Well you could start by reading the htdocs/manual/misc/perf-tuning.html +# Well you could start by reading the /manual/misc/perf-tuning.html # page. But, we'll give you a head start. # # This config file is small, it is probably not what you'd expect on a diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 3ff0656bc2..5aa3aab027 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -416,13 +416,13 @@ Alias /icons/ "@@ServerRoot@@/icons/" # -# This should be changed to the ServerRoot/htdocs/manual/. The alias provides +# This should be changed to the ServerRoot/manual/. The alias provides # the manual, even if you choose to move your DocumentRoot. You may comment # this out if you do not care for the documentation. # -Alias /manual "@@ServerRoot@@/htdocs/manual" +Alias /manual "@@ServerRoot@@/manual" - + Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny diff --git a/docs/conf/magic b/docs/conf/magic index 885b793aec..0aff382ead 100644 --- a/docs/conf/magic +++ b/docs/conf/magic @@ -1,5 +1,5 @@ # Magic data for mod_mime_magic Apache module (originally for file(1) command) -# The module is described in htdocs/manual/mod/mod_mime_magic.html +# The module is described in /manual/mod/mod_mime_magic.html # # The format is 4-5 columns: # Column #1: byte number to begin checking from, ">" indicates continuation