Mod Proxy Security to protect the page <IfModule mod_proxy.c> ServerName rmohan.com ProxyRequests On SSLProxyEngine on ProxyVia On <Proxy https://dev.rmohan.com/web/app/app1*> Order deny,allow Allow from all </Proxy> ProxyPass web/app/app1 https://dev.rmohan.com/web/app/app1 ProxyPassReverse web/app/app1 https://dev.rmohan.com/web/app/app1 <Proxy https://dev.rmohan.com/web/CVS*> Order deny,allow Deny from all </Proxy> <Proxy https://dev.rmohan.com/web/app/app1/CVS*> Order deny,allow Deny from all </Proxy> </IfModule>
Recent Comments