From: Eric Covener Date: Fri, 15 Jul 2011 22:52:52 +0000 (+0000) Subject: zap another "myserver" hostname X-Git-Tag: 2.3.14^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78474bbf17d1e6bec9157393fa49ce6fd73d5003;p=thirdparty%2Fapache%2Fhttpd.git zap another "myserver" hostname git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147341 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 76d4170ea24..ed807959eef 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -114,10 +114,10 @@ href="../urlmapping.html">Mapping URLs to the filesystem Alias /image /ftp/pub/image -

A request for http://myserver/image/foo.gif would cause +

A request for http://example.com/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias would not match a - request for http://myserver/imagefoo.gif. For more complex + request for http://example.com/imagefoo.gif. For more complex matching using regular expressions, see the AliasMatch directive.

@@ -436,7 +436,7 @@ target as a CGI script ScriptAlias /cgi-bin/ /web/cgi-bin/ -

A request for http://myserver/cgi-bin/foo would cause the +

A request for http://example.com/cgi-bin/foo would cause the server to run the script /web/cgi-bin/foo. This configuration is essentially equivalent to: