Posted by Murz on March 16, 2009 at 8:35am
| Project: | http:BL |
| Version: | 5.x-2.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | praseodym |
| Status: | closed (fixed) |
Issue Summary
After I enable this module I gets many messages from visitors about 403 error on my site with empty page output (visitors don't see any html content, only 403 error).
If I enable an httpbl module for apache (.so file), I see this 403 errors on Drupal apache log too, it means that sometime httpbl blocks clients that not in blacklist.
In apache log for the blocked requests I see:
89.178.9.205 - - [13/Mar/2009:14:20:25 +0300] "GET /catalog/handcart-inventory/clean_inv/brush_broom/00005565.html?from=ymarket HTTP/1.1" 403 184 "http://market.yandex.ru/search.xml?text=***" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
93.120.226.156 - - [14/Mar/2009:09:23:40 +0300] "GET /catalog/*** HTTP/1.1" 200 7954 "http://yandex.ru/yandsearch?text=***" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"If I manually checks this IP in projecthoneypot.org site, I didn't find this IP in any blacklist.
Images from this IP opens normally (because its not handled by Drupal core, it opens directly with apache).
Comments
#1
I have attached screenshot what the problematic client sees.
It's IP - 89.178.9.205
#2
Are you using both the Apache and Drupal modules together? This is not the way the module was designed; you can use either of them but not both.
The module itself should not give a 403 error page without text, but Internet Explorer might hide the message under its own error page. Could you verify if the error is really given by the httpbl module, or that there's another cause?
#3