]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
zap another "myserver" hostname
authorEric Covener <covener@apache.org>
Fri, 15 Jul 2011 22:52:52 +0000 (22:52 +0000)
committerEric Covener <covener@apache.org>
Fri, 15 Jul 2011 22:52:52 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147341 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index 76d4170ea24c6682ec00e53323a0028130487b47..ed807959eef759a72f988cd7574c5c59b7df637b 100644 (file)
@@ -114,10 +114,10 @@ href="../urlmapping.html">Mapping URLs to the filesystem</a></seealso>
       Alias /image /ftp/pub/image
     </example>
 
-    <p>A request for <code>http://myserver/image/foo.gif</code> would cause
+    <p>A request for <code>http://example.com/image/foo.gif</code> would cause
     the server to return the file <code>/ftp/pub/image/foo.gif</code>.  Only
     complete path segments are matched, so the above alias would not match a
-    request for <code>http://myserver/imagefoo.gif</code>.  For more complex
+    request for <code>http://example.com/imagefoo.gif</code>.  For more complex
     matching using regular expressions, see the <directive module="mod_alias"
     >AliasMatch</directive> directive.</p>
 
@@ -436,7 +436,7 @@ target as a CGI script</description>
       ScriptAlias /cgi-bin/ /web/cgi-bin/
     </example>
 
-    <p>A request for <code>http://myserver/cgi-bin/foo</code> would cause the
+    <p>A request for <code>http://example.com/cgi-bin/foo</code> would cause the
     server to run the script <code>/web/cgi-bin/foo</code>.  This configuration
     is essentially equivalent to:</p>
     <example>