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's good. apache was just chastising me for
being an idiot. :D
dave
On Sep 14, 2006, at 9:52 AM, Perrin Harkins wrote:
On Wed, 2006-09-13 at 22:05 -0700, Dave Viner wrote:
<p>More information about this error may be available
in the server error log.</p>
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 prevent it?
It just means that an error occurred after you had sent your content.
Find out what the error was.
- Perrin