Re: appended "success" document

2006-09-14 Thread Dave Viner
thanks all for the responses... my problem turned out to be that i was returning Apache2::Const::HTTP_OK instead of Apache2::Const::OK from my handler. This caused the document to be appended... for what it's worth, there was no additional information in the error log... but i guess that

Re: appended "success" document

2006-09-14 Thread Perrin Harkins
On Wed, 2006-09-13 at 22:05 -0700, Dave Viner wrote: > More information about this error may be available > in the server error log. Did you look in the error log? > My handler is quite simple, and returns Apache2::Const::OK. What > causes this extra document to be appended and how do I preven

appended "success" document

2006-09-14 Thread Dave Viner
Hi, I'm trying to write a simple apache module in perl and have apparent success. When i request the page from my server, I get the proper HTML output. However, appended to the end of the proper HTML, is a second HTML document that says: .. my html ... 200 OK OK The server encounte