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

           Summary: SSLProxyVerify could be used in per-Directory context.
           Product: Apache httpd-2
           Version: 2.2.14
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [email protected]


As specified in the directive reference 
http://httpd.apache.org/docs/2.2/en/mod/mod_ssl.html#sslproxyverify ,
SSLProxyVerify could be used in per-Directory context,
but it causes a following error when starting httpd.
 SSLProxyVerify not allowed here.

I found that the direcitive is defined as per-server only directive.
In fact, it is defined as SSL_CMD_SRV(ProxyVerify, ...) in
modules/ssl/mod_ssl.c.
It should be SSL_CMD_ALL instead of SSL_CMD_SRV.

SSLProxyVerifyDepth has same problem.

-- 
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