> I got this IP 75.126.21.163 spam my site, I try to block using apache
> and add this in my vhost.conf
> Options Indexes FollowSymLinks
> Order Allow,Deny
> Deny from 75.126.21.163
> Allow from all
>
> But this spammer stil can get thru it. Why is this happen ? I'm using
> suse 10.0 and apache2-2.0.54-10.8
>
> I also try to block using suse-firewall, but I dont know where should
> I add in susefirewall-custom. Is there any clue for this problem ?

Reverse the Order Allow,Deny -> Deny,Allow?

I did this, but that IP still can access my site. Here's my config.
Options Indexes FollowSymLinks
Order Deny,Allow
Deny from 75.126.21.163
Allow from all

This is the apache modules from /etc/sysconfig/apache2

APACHE_MODULES="access actions alias auth autoindex cgi dir include
log_config mime negotiation setenvif status userdir asis imap rewrite
php4 perl python ruby"

Is there something i left so it should be configured first ?

--
Arie Reynaldi Zanahar
reymanx at gmail.com
http://www.reynaldi.or.id
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to