I think that's the mod_include recursion tests that doug committed. We actually
_do_ want to recurse that way (in fact, the subreq file == the request file, only
the subreq sends a much smaller file bucket of just one body from the file.)
Partly, it should be solved by mod_neotiation assuring a language will be served,
which is the code I was hacking when I sidestepped back to finish the dir_walk
and overall path handling. I'll step back up and wrap it up by Monday, and figure
how we can eliminate the 506 for error pages.
Bill
----- Original Message -----
From: "Justin Erenkrantz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 25, 2001 1:48 AM
Subject: ErrorDocuments?
> Go to any bogus URL (i.e. foo/) with the default config and you get:
>
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>404 Not Found</title>
> </head><body>
> <h1>Not Found</h1>
> <p>The requested URL /foo was not found on this server.</p>
> <p>Additionally, a 506 Variant Also Negotiates
> error was encountered while trying to use an ErrorDocument to handle the
> request.</p>
> <hr />
>
> What's this 506 error doing here? I'm sorry but I didn't really follow
> all of the variant ErrorDocument threads. =-) -- justin
>
>