]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Moves the DocumentRoot declaration down to immediately above the
authorRich Bowen <rbowen@apache.org>
Thu, 10 Mar 2011 17:22:42 +0000 (17:22 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 10 Mar 2011 17:22:42 +0000 (17:22 +0000)
<Directory $document_root> block, so that they are clearly related to
one another, rather than having to have the comment referring back up 20
lines.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080291 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index e7628a660e07aa46edcb7b812192d2c567d4b5ae..0c168fd7fcde14c09bff365d02a720db29ba8b56 100644 (file)
@@ -106,13 +106,6 @@ ServerAdmin you@example.com
 #
 #ServerName www.example.com:@@Port@@
 
-#
-# DocumentRoot: The directory out of which you will serve your
-# documents. By default, all requests are taken from this directory, but
-# symbolic links and aliases may be used to point to other locations.
-#
-DocumentRoot "@exp_htdocsdir@"
-
 #
 # Deny access to the entirety of your server's filesystem. You must
 # explicitly permit access to web content directories in other 
@@ -130,8 +123,11 @@ DocumentRoot "@exp_htdocsdir@"
 #
 
 #
-# This should be changed to whatever you set DocumentRoot to.
+# DocumentRoot: The directory out of which you will serve your
+# documents. By default, all requests are taken from this directory, but
+# symbolic links and aliases may be used to point to other locations.
 #
+DocumentRoot "@exp_htdocsdir@"
 <Directory "@exp_htdocsdir@">
     #
     # Possible values for the Options directive are "None", "All",