mummana Posted November 6, 2008 Share Posted November 6, 2008 Hi, I am using apache 2.2.6, and mod_proxy module is not using. I want to restrict the proxy get access using mod rewrite commands. Please help me. Thanks Srini Quote Link to comment https://forums.phpfreaks.com/topic/131677-disable-proxy-get-access/ Share on other sites More sharing options...
corbin Posted November 6, 2008 Share Posted November 6, 2008 Are you doing a behind the scenes proxy (IE user requests, yoursite1.com/folder/page.something and yoursite1.com forwards it silently to yoursite2.com/something?) Or is it like a pass through proxy? What do you want to base the restrictions on? IP address? Address of the URL requested or what? Quote Link to comment https://forums.phpfreaks.com/topic/131677-disable-proxy-get-access/#findComment-684107 Share on other sites More sharing options...
mummana Posted November 7, 2008 Author Share Posted November 7, 2008 Thanks Corbin for the reply. As mod_proxy module is not compiled on our apache instance, We want to use mod redirect to restrict the proxy get access. We want to restrict both by IPAdress and host name/URL. could you please help me regarding. Thanks Srini Quote Link to comment https://forums.phpfreaks.com/topic/131677-disable-proxy-get-access/#findComment-684238 Share on other sites More sharing options...
corbin Posted November 7, 2008 Share Posted November 7, 2008 Hrmmm never heard of mod_redirect before? I still don't get what's going on. Is an end client (Internet explorer for example) using your webserver as a proxy, or what is going on? Quote Link to comment https://forums.phpfreaks.com/topic/131677-disable-proxy-get-access/#findComment-684323 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.