Looking for the vulnerability index of Invicti's legacy products?
Apache configured to run as proxy - Vulnerability Database

Apache configured to run as proxy

Description

Your web server is configured to run as a proxy server. In order to avoid abuse, it's recommended to restrict access to this proxy server. Open proxy servers are dangerous both to your network and to the Internet at large.

Remediation

You can control who can access your proxy via the &lt;Proxy&gt; control block as in the following example: <pre> &lt;Proxy *&gt; Order Deny,Allow Deny from all Allow from 192.168.0 &lt;/Proxy&gt; </pre>

Related Vulnerabilities