From 78474bbf17d1e6bec9157393fa49ce6fd73d5003 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 15 Jul 2011 22:52:52 +0000 Subject: [PATCH] zap another "myserver" hostname git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147341 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 76d4170ea2..ed807959ee 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:

-- 2.50.1