On Thu, 23 Aug 2001, Katherine Porter wrote:

> We have an old web server here that's running "CERN/TSX-32 WWW server
> version 3.0".  The web server only supports HTTP/1.0.  Unless I turn

That's OK. Plenty of servers still only support HTTP/1.0.

> on "head_before_get" in my configuration file, it won't even attempt
> to pull down a single URL from the server.

Try turning off persistent_connections and ignore the head_before_get
setting:
<http://www.htdig.org/dev/htdig-3.2/attrs.html#persistent_connections>

My guess is that the HTTP/1.1 persistent connection code isn't properly
downgrading the connection for the HTTP/1.0 server.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to