Re: Fwd: All responses are 200 (server error)
Nico Coetzee <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
The status 400 (with $r->status_line) produces the same result "HTTP/1.1 200 OK" and with ($r->status) is creates a "HTTP/1.1 400 Bad Request" (the custom string gets lost) The $r->status with a code of 499 produces a "HTTP/1.1 400 Bad Request" On Tue, Sep 28, 2010 at 6:31 AM, William A. Rowe Jr. <[email protected]>wrote: > Two thoughts... > > try status 400 (might be special handling for 4xx unknown) > > try r->status instead of/in addition to just r->status_line? >