ip
Posted April 15th, 2010 by admin
Configure apache to access only from defined IP
Configure the httpd.conf file to allow the access only to defined ip
<Directory "H:\ORACLE\iSuites3\Apache\Apache\htdocs\Antivirus">
Order allow,deny
allow from 143.225.0.0/225.225.0.0
</Directory>
