At 7:41 PM +0100 2/18/01, Miguel Ángel Varó Giner wrote:
>running a JavaWebServer v.1.1.3. I can index sites which
>use Apache as a web server, but when I index (using htdig -vvvv)
>[snip]
>I've also tried to index that site with older snapshots of
>3.2.0b3, with identical results.
>
>On the other hand, I have no problems to index that site with the
>htdig-3.1.5.


Well, the problem is that the server is generating an error code 500,
which means it either doesn't understand the request, or there's a
misconfiguration in the server.

Since you say that it works with 3.1.5, my guess is that it's either
choking on the HTTP/1.1 request or possibly the attempt to use
persistent connections.

The latter can be turned off using the persistent_connections
attribute:
<http://www.htdig.org/dev/htdig-3.2/attrs.html#persistent_connections>

If this doesn't work, then IMHO, it's a bug in the webserver--my
reading of the spec is that if the webserver doesn't "speak"
HTTP/1.1, it should just reply with HTTP/1.0 and let the client worry
about it.

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

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to