https://issues.apache.org/bugzilla/show_bug.cgi?id=48721

           Summary: [Patch] Add ProxyAllow to mod_proxy
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=24960)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24960)
implement ProxyAllow statement

The current configuration directives of mod_proxy do not allow to set a white
list of valid connection targets.There is only a ProxyBlock directive that
denies certain destinations. This patch adds a ProxyAllow statement to the
configuration that works exactly inverted to ProxyBlock.
The order of these restrictions are set by implementation to first block and
then allow. Both statements can be combined but in most setups one is
sufficient.

The patch attached to this mail is against 2.2.8 patched with a fix for
mod_proxy_connect to make it work via SSL
(https://issues.apache.org/bugzilla/attachment.cgi?id=24615)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to