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

docs/manual/mod/mod_alias.xml

index 764119de41973c72b02bc72308387084f04abe32..74574ed63e75273742e94dfb211e4c9ceb90e528 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>
 
@@ -415,7 +415,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>