July 2012
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Categories

July 2012
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Network Attacks

Network Attacks

Your networks and data are vulnerable to any of the following types of attacks if you do not have a security plan in place.

Eavesdropping In general, the majority of network communications occur in an unsecured or “cleartext” format, which allows an attacker who has gained access to data paths in your […]

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>