DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43540>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43540

           Summary: [PATCH] mod_setenvif multiple conditions conjunction,
                    Reply_Status match, SetEnv2 directive
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_setenvif
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The patch makes the ability to match the logical conjunction of multiple 
conditions. The conditions must be combined with '&&'.
The modified syntax is:

SetEnvIf name regex [ && name2 regex2 ...  ] var ...

As long as there is now environment variable named as '&&' the syntax is 
backwards compatible. The patch also has some additions usable with mod_proxy: 
new Reply_Status match and Request_URI correction (value is taken from 
r->parsed_uri.path for proxyed requests).

The patch also adds SetEnv2 directive analog to SetEnv for correct cooperation 
with SetEnvIf.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to