On 6/16/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote:


Is there anyway to configure ErrorDocument to work with a path that for the
user's locale?  I want to do something like the following:
ErrorDocument 401
/path/to/file/<locale>/rest/of/path/to/errorPage.html
Is there a way to accomplish this with ErrorDocument?  Is there a way to do
it with any other modules or config directives?  Thanks.

What do you mean by locale?  Do you mean something from the
Accept-Language HTTP header?  If so, you want content-negotiation.
There is an extensive and usable example of content-negotiated error
docs in the config of every recent version of apache httpd (2.x).

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to