summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2011-07-15 21:49:27 +0000
committerEric Covener <covener@apache.org>2011-07-15 21:49:27 +0000
commit0b4285663ed19e803804e606467a168cf506698c (patch)
tree8022881cc91c9029d984f485fca1acadd97146bd
parente896193f30a0ef8866d575a82c3224f28dcb6855 (diff)
downloadhttpd-0b4285663ed19e803804e606467a168cf506698c.tar.gz
s/myserver/example.com/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147329 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_dir.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml
index 346e2977e7..442b1dd9d6 100644
--- a/docs/manual/mod/mod_dir.xml
+++ b/docs/manual/mod/mod_dir.xml
@@ -80,8 +80,8 @@ a directory</description>
DirectoryIndex index.html
</example>
- <p>then a request for <code>http://myserver/docs/</code> would
- return <code>http://myserver/docs/index.html</code> if it
+ <p>then a request for <code>http://example.com/docs/</code> would
+ return <code>http://example.com/docs/index.html</code> if it
exists, or would list the directory if it did not.</p>
<p>Note that the documents do not need to be relative to the