Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 34418 invoked from network); 15 Aug 2004 23:41:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Aug 2004 23:41:19 -0000 Received: (qmail 86654 invoked by uid 500); 15 Aug 2004 23:41:18 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 86628 invoked by uid 500); 15 Aug 2004 23:41:18 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 86615 invoked by uid 500); 15 Aug 2004 23:41:18 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 86612 invoked by uid 99); 15 Aug 2004 23:41:18 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Sun, 15 Aug 2004 16:41:17 -0700 Received: (qmail 34396 invoked by uid 1569); 15 Aug 2004 23:41:17 -0000 Date: 15 Aug 2004 23:41:17 -0000 Message-ID: <20040815234117.34395.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod mod_setenvif.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2004/08/15 16:41:17 Modified: docs/manual/mod Tag: APACHE_2_0_BRANCH mod_setenvif.xml Log: document regex capturing Revision Changes Path No revision No revision 1.7.2.5 +5 -2 httpd-2.0/docs/manual/mod/mod_setenvif.xml Index: mod_setenvif.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_setenvif.xml,v retrieving revision 1.7.2.4 retrieving revision 1.7.2.5 diff -u -u -r1.7.2.4 -r1.7.2.5 --- mod_setenvif.xml 17 Apr 2004 18:43:37 -0000 1.7.2.4 +++ mod_setenvif.xml 15 Aug 2004 23:41:16 -0000 1.7.2.5 @@ -207,7 +207,10 @@

In the first form, the value will be set to "1". The second will remove the given variable if already defined, and the third will set the variable to the literal value given by - value.

+ value. Since version 2.0.51 Apache will + recognize occurrences of $1..$9 within + value and replace them by parenthesized subexpressions + of regex.

Example: