mod proxy - Risk of using Apache mod_proxy -
I am now using the mod_proxy command of Apache, e.g. ProxyPass, as part of the solution for cross-domain scripting restriction (for html) / AJAX / Flash code). However, I'm afraid of enabling mod_proxy, I'm at risk of being an open proxy server.
What is the risk, and how to minimize the risk?
Thank you. / P>
Since you have specifically mentioned the proxypace, I think that you are mod_proxy as a reverse proxy are using it.
If this is the case, just make sure that the proxy request is closed is not required for a reverse proxy.
In the forwarded proxy configuration, if you have access restrictions (ie, / Proxy is allowed to use the proxy) without the need to enable the proxy request, you can run very easily with open proxies.
See for more information.
Comments
Post a Comment