May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Mod Proxy Security to protect the page

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>

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>