summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-02-06 16:46:39 +0000
committerRich Bowen <rbowen@apache.org>2012-02-06 16:46:39 +0000
commitcf0345a75f5e42770bc5406415b82634e785c1df (patch)
tree1c134aedff5688be469b8702c083cb1649056589
parent65b2deb6c1785f3528a5bec609485b94d27518a6 (diff)
downloadhttpd-cf0345a75f5e42770bc5406415b82634e785c1df.tar.gz
Based on feedback from Vincent from the docs team, change the examples
to ones that correspond with our default values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1241071 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/conf/httpd.conf.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index 0dcaef50b9..d70a6ccb81 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -13,10 +13,10 @@
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
-# with "/", the value of ServerRoot is prepended -- so 'log/access_log'
-# with ServerRoot set to '/www' will be interpreted by the
-# server as '/www/log/access_log', whereas '/log/access_log' will be
-# interpreted as '/log/access_log'.
+# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
+# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
+# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
+# will be interpreted as '/logs/access_log'.
#
# ServerRoot: The top of the directory tree under which the server's