Apache Proxy HTTP CONNECT method enabled

Posted by John on Server Fault See other posts from Server Fault or by John
Published on 2013-11-06T08:23:47Z Indexed on 2013/11/06 9:56 UTC
Read the original article Hit count: 280

Filed under:
|
|

I'm using Apache as reverse proxy for several different projects. PCI-DSS compliance scanning shows that my Apache is having HTTP CONNECT method enabled.

as stated on Acunetix's site - http://www.acunetix.com/vulnerabilities/apache-proxy-http-connect-metho/

As far as I know, CONNECT is used by the web server to tunnel SSL to application server.

Any suggestion how should I fix this?

Otherwise, anyone know how should I perform the test if my Apache's HTTP CONNECT method is enabled/disabled?

© Server Fault or respective owner

Related posts about apache2

Related posts about mod-proxy