Discussion:
htaccess: denying Donekoserv is not effective
(too old to reply)
E.G. Fluge
2013-01-07 09:49:52 UTC
Permalink
Hello,

in may .htaccess I have the rule:

Deny from 91.201 #Donekoserv
#Deny from 91.201.64 #Donekoserv
#Deny from 91.201.65 #Donekoserv
#Deny from 91.201.66 #Donekoserv
#Deny from 91.201.67 #Donekoserv

New: first line
Older: following lines beginning with #

Problem:
"new" rule and "older" rules do not lock out Donekoserv of my site.
It visits me for example as 91.201.64.27

Is there a more effektive method to lock out Donekoserv ?

Thx in advance
E.G. Fluge
Kees Nuyt
2013-01-07 14:02:42 UTC
Permalink
On Mon, 7 Jan 2013 10:49:52 +0100, "E.G. Fluge"
Post by E.G. Fluge
Hello,
Deny from 91.201 #Donekoserv
#Deny from 91.201.64 #Donekoserv
#Deny from 91.201.65 #Donekoserv
#Deny from 91.201.66 #Donekoserv
#Deny from 91.201.67 #Donekoserv
New: first line
Older: following lines beginning with #
"new" rule and "older" rules do not lock out Donekoserv of my site.
It visits me for example as 91.201.64.27
Apache configuration rules can not prevent it from trying to
access your site. However, if the rule works, they would get a
"403 Forbidden" response. That's how deny rules work.
Post by E.G. Fluge
Is there a more effektive method to lock out Donekoserv ?
Only firewall / ipfilter rules (in the server, or in the router in
front of it) can prevent the IP request packets from reaching your
apache daemon.
Post by E.G. Fluge
Thx in advance
E.G. Fluge
--
Kees Nuyt
Mel Smith
2013-01-15 19:40:59 UTC
Permalink
Post by E.G. Fluge
Hello,
Deny from 91.201 #Donekoserv
#Deny from 91.201.64 #Donekoserv
#Deny from 91.201.65 #Donekoserv
#Deny from 91.201.66 #Donekoserv
#Deny from 91.201.67 #Donekoserv
New: first line
Older: following lines beginning with #
"new" rule and "older" rules do not lock out Donekoserv of my site.
It visits me for example as 91.201.64.27
Is there a more effektive method to lock out Donekoserv ?
Hi E.G. Fluge:

The top-most Deny Rule is missing a '.' after the 201.

It *should* say 91.201. (note the terrminating period '.')

HTH,

-Mel Smith
Mesa, Arizona

Loading...