apache attempting to re-read POST from STDIN on ErrorDoc redirect

2001-01-03 Thread Eric Kolve
I have the following Apache::Registry script, which posts to itself. At the top, I read in the posted values using CGI. If I receive one of them I die to demonstrate my little bug. This causes a SERVER_ERROR to be returned to apache, which then attempts to perform an internal redirect to a

RE: apache attempting to re-read POST from STDIN on ErrorDoc redirect

2001-01-03 Thread Geoffrey Young
-Original Message- From: Eric Kolve [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 1:25 PM To: '[EMAIL PROTECTED]' Subject: apache attempting to re-read POST from STDIN on ErrorDoc redirect I have the following Apache::Registry script, which posts to itself