Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 45881 invoked from network); 26 Jan 2011 03:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 03:31:25 -0000 Received: (qmail 28886 invoked by uid 500); 26 Jan 2011 03:31:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 28689 invoked by uid 500); 26 Jan 2011 03:31:22 -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 28676 invoked by uid 99); 26 Jan 2011 03:31:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 03:31:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 26 Jan 2011 03:31:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A41DE23888FE; Wed, 26 Jan 2011 03:31:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1063591 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en Date: Wed, 26 Jan 2011 03:31:00 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110126033100.A41DE23888FE@eris.apache.org> Author: covener Date: Wed Jan 26 03:31:00 2011 New Revision: 1063591 URL: http://svn.apache.org/viewvc?rev=1063591&view=rev Log: xforms Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en?rev=1063591&r1=1063590&r2=1063591&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en Wed Jan 26 03:31:00 2011 @@ -354,8 +354,14 @@ Result: MIME-headers, C variables of the Apache server or struct tm fields of the Unix system. Most are documented elsewhere in the Manual or in - the CGI specification. Those that are special to - mod_rewrite include those below.

+ the CGI specification.

+ +

SERVER_NAME and SERVER_PORT depend on the values of + UseCanonicalName and + UseCanonicalPhysicalPort + respectively.

+ +

Those that are special to mod_rewrite include those below.

IS_SUBREQ
@@ -1109,7 +1115,7 @@ later

Pattern is a perl compatible regular - expression. On the first RewriteRule it is applied to the (%-encoded) + expression. On the first RewriteRule it is applied to the (%-decoded) URL-path of the request; subsequent patterns are applied to the output of the last matched RewriteRule.