Re: Using multiple perl interpreters

2009-11-20 Thread Sri
I've posted an update/resolution reg this issue to perl5-porters. FYI http://markmail.org/message/cjbhybjfikuirvud --- On Wed, 11/4/09, Sri wrote: > From: Sri > Subject: Using multiple perl interpreters > To: modperl@perl.apache.org > Date: Wednesday, November 4, 2009, 8:49 PM > Hi, > > I'v

Passing through POST data after reading in mod_perl2

2009-11-20 Thread Bill Burroughs
Hi, I'm hoping someone can point me in the right direction here. I am creating a proxy using Apache with a bunch of URL rewrites. I also need to do some specific rewrites based on some XML that gets POSTed. I'm pretty sure I've got that part of things worked out in my head, but I need the XM