This is a discussion on How to deal with a misconfigured client within the Linux Web Servers forums, part of the Web Server and Related Forums category; Here is a small excerpt from my web log: 85.118.32.254 - - [13/Oct/2005:16:50:47 -0400] &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Here is a small excerpt from my web log:
85.118.32.254 - - [13/Oct/2005:16:50:47 -0400] "GET /society/rdf.rss HTTP/1.0" 200 9842 "-" "Wget/1.10.1-beta1" 85.118.32.254 - - [13/Oct/2005:16:51:44 -0400] "GET /society/rdf.rss HTTP/1.0" 200 9842 "-" "Wget/1.10.1-beta1" 85.118.32.254 - - [13/Oct/2005:16:52:27 -0400] "GET /society/rdf.rss HTTP/1.0" 200 9842 "-" "Wget/1.10.1-beta1" --- Apparently someone has misconfigured Wget to poll continuously. I tried adding a deny from 88.118.32.254 line to the apache.conf file but it didn't have any effect. Suggestions on how to block this? Thanks... -- Robert D Feinman Landscapes, Cityscapes and Panoramic Photographs http://robertdfeinman.com mail: robert.feinman@gmail.com |
|
|||
|
Why should it be misconfigured? After all its a rss resource that the
client is loading... If you are positive that you want to ban this IP then you have to place the den directive into the correct context and be sure to have defined your Order correctly. T. |
|
|||
|
Robert Feinman <robert.feinman@gmail.com> said:
>Here is a small excerpt from my web log: > >85.118.32.254 - - [13/Oct/2005:16:50:47 -0400] "GET /society/rdf.rss >HTTP/1.0" 200 9842 "-" >"Wget/1.10.1-beta1" >85.118.32.254 - - [13/Oct/2005:16:51:44 -0400] "GET /society/rdf.rss >HTTP/1.0" 200 9842 "-" >"Wget/1.10.1-beta1" >85.118.32.254 - - [13/Oct/2005:16:52:27 -0400] "GET /society/rdf.rss >HTTP/1.0" 200 9842 "-" >"Wget/1.10.1-beta1" >--- >Apparently someone has misconfigured Wget to poll continuously. >I tried adding a > deny from 88.118.32.254 >line to the apache.conf file >but it didn't have any effect. Hmm.. logs show 85.x.x.x whereas you blocked 88.x.x.x. A typo in configuration, or a typo in message? -- Wolf a.k.a. Juha Laiho Espoo, Finland (GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++ "...cancel my subscription to the resurrection!" (Jim Morrison) |
| Thread Tools | |
| Display Modes | |
|
|