Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DEEB69C5 for ; Fri, 15 Jul 2011 22:53:41 +0000 (UTC) Received: (qmail 83329 invoked by uid 500); 15 Jul 2011 22:53:40 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83275 invoked by uid 500); 15 Jul 2011 22:53:40 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 83268 invoked by uid 99); 15 Jul 2011 22:53:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2011 22:53:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2011 22:53:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0355C2388901; Fri, 15 Jul 2011 22:53:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1147342 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Date: Fri, 15 Jul 2011 22:53:18 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110715225319.0355C2388901@eris.apache.org> Author: covener Date: Fri Jul 15 22:53:18 2011 New Revision: 1147342 URL: http://svn.apache.org/viewvc?rev=1147342&view=rev Log: zap another "myserver" hostname Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml?rev=1147342&r1=1147341&r2=1147342&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Fri Jul 15 22:53:18 2011 @@ -114,10 +114,10 @@ href="../urlmapping.html">Mapping URLs t 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: