You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@apache.org on 1998/09/04 00:05:46 UTC

Re: config/2409: Inability to customize error 500

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Inability to customize error 500

State-Changed-From-To: open-analyzed
State-Changed-By: coar
State-Changed-When: Thu Sep  3 15:05:45 PDT 1998
State-Changed-Why:

The problem lies in http_request.c (rev 1.130) starting at
line 459.  The directory tree is completely walked to parse
.htaccess files before the module configs are merged; since
the syntax error causes the parse to fail, the error doesn't
get a chance to be handled by any per-directory settings,
but defaults to the server settings instead.  I'm looking
into this.