I believe your Order allow, deny is correct.On 3/13/2015 7:17 PM, el kalin wrote:
if i have this in the
<Directory "/server/doc/root">
Order allow,deny
Allow from all
deny from 111.10.250.188
</Directory>
ESTABLISHED
tcp 0 0 ip-10-102-190-93.http 111.10.250.188.inovapo
ESTABLISHED
this is growing with every netstat i do. any ideas???
thanks…
You are controlling what can be served by Apache, but not the actual network connection to your Apache server, hence the continued entries in your connection table. I would assume your Apache error log is spewing lots of access denied or such errors indicating your deny is working.
If you really want to keep a given an IP address completely out of Apache, block it in iptables or better yet the firewall behind which your Apache server sits, but iptables will do it.
--
Jim Albert
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx