Re: [bugreport] Internal Server Error output - but no error

2007-12-31 Thread Perrin Harkins
On Dec 30, 2007 3:45 PM, Kate Yoak <[EMAIL PROTECTED]> wrote: > returning 200 as a scalar from a content handler causes Apache to > spit up "Internal Server Error" html despite a '200 OK' status. > There is no error or warning in the log, nor any other indication of > a problem This is more of an

Re: [bugreport] Internal Server Error output - but no error

2007-12-30 Thread Kate Yoak
I have solved the problem. I was returning 200 instead of using Apache2::Const::OK. My response was indeed interpreted as 'OK" by apache - but not by some place somewhere else. There was no error message anywhere. I'll modify the bugreport below to have it addressed or not at the maintainer