summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>2001-08-23 15:17:02 +0000
committerMartin Kraemer <martin@apache.org>2001-08-23 15:17:02 +0000
commit46956f4ebbf9732531b32ae0a709d4389633ce23 (patch)
treebd52f13e1c3d99585956e7aa138e0f10b0e1a737 /docs
parent2014771fde49d6332728e6f4f3088b41cad45387 (diff)
downloadhttpd-46956f4ebbf9732531b32ae0a709d4389633ce23.tar.gz
My first try at relocating the manual tree outside of the htdocs/ directory.
It will now reside in the ServerRoot, alongside with .../man/ and .../icons/ and .../htdocs/ - Please review the config.layout entries for the vendor specific entries, I supplied sensible defaults but you may disagree. Reviewed by: William A. Rowe, Jr., Joshua Slive, Rich Bowen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/httpd-std.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf
index 5b5735d468..89c6db2fd9 100644
--- a/docs/conf/httpd-std.conf
+++ b/docs/conf/httpd-std.conf
@@ -489,13 +489,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