You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/07/15 23:50:11 UTC

svn commit: r1147330 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml

Author: covener
Date: Fri Jul 15 21:50:11 2011
New Revision: 1147330

URL: http://svn.apache.org/viewvc?rev=1147330&view=rev
Log:
s/myserver/example.com/

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml?rev=1147330&r1=1147329&r2=1147330&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dir.xml Fri Jul 15 21:50:11 2011
@@ -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