On Fri, 31 May 2002, Todd Volkert wrote:

> Has anyone ran into problems with AOLServer's handling of HEAD http
> requests?  We're getting the following error every time a HEAD request
> comes through:
>
> Error: return: failed to redirect '404': exceeded recursion limit of 3
> (While serving HEAD / HTTP/1.0)
>

I also noticed the same error. In my case it was caused by OPTIONS request
issued by some Microsoft app. I belive it only occurs when you have
custom 404 page registerd in ns_section
"ns/server/${servername}/redirects" and that page doesn't handle OPTIONS
request (ADP don't do that and FastPath (static pages) probably
don't do that either).

--tkosiak

Reply via email to