Closed (works as designed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2011 at 02:09 UTC
Updated:
3 Nov 2011 at 16:06 UTC
I was trying to browse one of my website through Lynx web browser, but found that site cannot be accessed.
Lynx gave me this errors:
Looking up vedabase.com
Making HTTP connection to vedabase.com
Sending HTTP request.
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access `http://vedabase.com/'
Alert!: Unable to access document.
lynx: Can't access startfile
Websites which I have on different server (Apache) are from Lynx accessible.
Comments
Comment #1
omega8cc commentedWhat is its Agent string? I don't think we block Lynx by intention here: http://drupalcode.org/sandbox/omega8cc/1074910.git/blob/HEAD:/http/nginx...
Comment #2
anantagati commentedUser string of Lynx I tried to use:
and
When I tried to access http://omega8.cc, I got same error. Drupal.org and others load normally.
Comment #3
anantagati commentedLynx installed on Mac through homebrew works, but from Linux boxes doesn't.
Comment #4
omega8cc commentedThis is by design because libwww is used by many aggressive crawlers so we deny any robot (and browser) using it by default.
Since BOA-1.4S you can modify this behavior by removing 'libwww' from the maps in the
/var/aegir/config/server_master/nginx.conffile. Note that your change will be overwritten on every upgrade.