Rewriting URI in PerlTransHandler depending on keywords in the BODY part

2006-01-21 Thread Bruno Moret
Hello I would like to use mod_perl and PerlTransHandler as a proxy mechanism to route SOAP messages depending on a value located at the very beginning of the XML content. No need to parse the XML content, a simple text search would work just fine. Could some of you help me to define the mechanism

Re: Edit .pm file; Why must bounce Apache?

2006-01-21 Thread Pete Alvin
Thanks! I'm 90% of the way there. But I have a @INC issue: I've been using: use lib 'C:/ps'; to specify where my Perl modules are. According to: http://perl.apache.org/docs/2.0/api/Apache2/Reload.html I need to modify @INC when the server is started. I tried this: Perl

Re: [mp2] block & PerlOptions +Parent & PerlRequire segfaults on 2.0.2, but not 2.0.1

2006-01-21 Thread Eamon Daly
This patch worked like a charm for me. Thanks for the quick response! Eamon Daly - Original Message - From: "Philippe M. Chiasson" <[EMAIL PROTECTED]> To: "Eamon Daly" <[EMAIL PROTECTED]> Cc: ; Sent: Friday, January 20, 20

Re: Edit .pm file; Why must bounce Apache?

2006-01-21 Thread Jens Gassmann
Hi Pete, > Is there a setting I can change to make modperl look to see if Perl > files have changed so I don't have to keep re-starting Apache? take a look at Apache2::Reload jens -- Online Software Designer AISware CMS 3.0 [ http://www.aisware.de/ ] EMail: [EMAIL PROTECTED] Telefon: 0221/975

Edit .pm file; Why must bounce Apache?

2006-01-21 Thread Pete Alvin
Whenever I edit a file, like peter.pm, I reload the Perl application in my browser, the change doesn't take effect. I must re-start Apache, then, voila, the changes appear. Is there a setting I can change to make modperl look to see if Perl files have changed so I don't have to keep re-starting A