]> granicus.if.org Git - apache/commitdiff
Finish documenting /manual location change
authorMartin Kraemer <martin@apache.org>
Wed, 29 Aug 2001 12:35:21 +0000 (12:35 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 29 Aug 2001 12:35:21 +0000 (12:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90781 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/conf/highperformance-std.conf
docs/conf/httpd-win.conf
docs/conf/magic

diff --git a/CHANGES b/CHANGES
index 651c286bb341bf3cf3a6aca1b680d5e9c7135756..31b298bdac64a4c23d87539cff411cdd86a2c69b 100644 (file)
--- 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:
index 6f7c0498339140f00d9a4759ddc79d6929519f80..f29aa24756c64d7897151ba573d6a08c387e9227 100755 (executable)
@@ -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
index 3ff0656bc2a683e0450b2cc7a5dc8835dda159a3..5aa3aab02711867d3544b21785e6ddd6037c01a0 100644 (file)
@@ -416,13 +416,13 @@ Alias /icons/ "@@ServerRoot@@/icons/"
 </Directory>
 
 #
-# 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"
 
-<Directory "@@ServerRoot@@/htdocs/manual/">
+<Directory "@@ServerRoot@@/manual/">
     Options Indexes FollowSymLinks MultiViews
     AllowOverride None
     Order allow,deny
index 885b793aecb26a09bf2328a715b44b2c338b1d40..0aff382eadd1fa45156b29ea53daaddcda0cf847 100644 (file)
@@ -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