RE: Odd Apache mod_perl behavior

2006-08-11 Thread Mark Hedges
erl@perl.apache.org > Date: Fri, 11 Aug 2006 15:19:56 -0700 > Subject: RE: Odd Apache mod_perl behavior > > Hmm, that seems to make sense, except for that the handler method of the > code sample I provided is the first piece of code that gets run and is > the first handler in th

RE: Odd Apache mod_perl behavior

2006-08-11 Thread Mon-Chaio Lo
Hmm, that seems to make sense, except for that the handler method of the code sample I provided is the first piece of code that gets run and is the first handler in the handler stack. Also, it doesn't happen on every POST, just on some posts, which is odd ... :( M. On Thu, 2006-08-10 at 10:14 -0

Re: Odd Apache mod_perl behavior

2006-08-11 Thread Perrin Harkins
On Thu, 2006-08-10 at 10:14 -0700, Mon-Chaio Lo wrote: > What we're finding is that the request will fail at the > $request->param() line. It doesn't seem to die, given that we don't > get a 500 back, but if we put Log4perl warnings before and after that > line we see that it doesn't progress past

Odd Apache mod_perl behavior

2006-08-10 Thread Mon-Chaio Lo
Hello: I apologize in advance if this description is a bit vague, but this is the information as we are aware of it at this moment.  Please give us additional tips on where we might be able to gather for information, or better yet, a solution. Apache version: 1.3.31 mod_perl version: 1.22 (com