]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commit15c52ebab6c28085e7452e85d3727c5325384a10
treeb707cc7c1f3f911a85e3e5526f87541844cf1e71
parenta0eb6f65b3bb5068a137ccf83b4e248791b13d7a
Moves the DocumentRoot declaration down to immediately above the
<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