Help: unwanted extra characters in output

2010-09-21 Thread Nico Coetzee
Hi - I have a problem which I can't seem to solve. I am busy implementing a webdav solution in mod_perl and as you may know, the output is XML based. The problem is that the output generated by mod_perl contains additional characters before and after the XML which the webdav clients don't seem to

All responses are 200 (server error)

2010-09-27 Thread Nico Coetzee
Hi - don't know if anybody else have come across this. I have a mod_perl instance that produces output just as it should (checked in the logs and I even written the output to file just to have an extra check). The tcpdump also show everything is ok. BUT The content has the following HTML append

Fwd: All responses are 200 (server error)

2010-09-27 Thread Nico Coetzee
Oops - seems I didn't include the group on my reply FYI Here is another test I did (simpler) Apache Config PerlModule FNBC::test_statusline PerlWarn On SetHandler perl-script PerlResponseHandler FNBC::test_statusline

Re: Fwd: All responses are 200 (server error)

2010-09-27 Thread Nico Coetzee
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 J

Re: Fwd: All responses are 200 (server error)

2010-09-27 Thread Nico Coetzee
in the main app. Thanks :-) On Tue, Sep 28, 2010 at 8:26 AM, William A. Rowe Jr. wrote: > On 9/28/2010 12:25 AM, Nico Coetzee wrote: > > The status 400 (with $r->status_line) produces the same result "HTTP/1.1 > 200 OK" and with > > ($r->status) is creates a &qu

Re: Fwd: All responses are 200 (server error)

2010-09-27 Thread Nico Coetzee
and... it works now !! On Tue, Sep 28, 2010 at 8:30 AM, Nico Coetzee wrote: > $r->status("400"); > $r->status_line("400 Error Baby"); > > Produces: "HTTP/1.1 400 Error Baby" > > And > > $r->status("207"); > $r->st

unsubscribe

2015-02-03 Thread Nico Coetzee
On Wed, Feb 4, 2015 at 1:42 AM, Scott Lo wrote: > > > -- > Best Regards, > > Scott Lo > > -- [image: --] Nico Coetzee [image: http://]about.me/nico.coetzee <http://about.me/nico.coetzee?promo=email_sig>