From 4611407175f0496aa6a6ff4c4ac9b5bfeacd7c05 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 15 Jul 2011 22:53:18 +0000 Subject: [PATCH] zap another "myserver" hostname 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 764119de419..74574ed63e7 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.

@@ -415,7 +415,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:

-- 2.47.2