RE: proxy question: URL with parameters

2005-10-21 Thread Adam Prime x443
Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Fri 10/21/2005 6:23 PM To: Eric Lenio Cc: modperl@perl.apache.org Subject:Re: proxy question: URL with parameters On Fri, 2005-10-21 at 16:00 -0400, Eric Lenio wrote: > 2 people have now questioned why I am us

Re: proxy question: URL with parameters

2005-10-21 Thread Philippe M. Chiasson
Eric Lenio wrote: > On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > >>Eric Lenio wrote: >> >>>The handler converts the question mark to %3f and the proxy request >>>basically >>>fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to >>>2.0.2. Suggestion

Re: proxy question: URL with parameters

2005-10-21 Thread Perrin Harkins
On Fri, 2005-10-21 at 16:00 -0400, Eric Lenio wrote: > 2 people have now questioned why I am using mod_perl for the solution... this > is strange to me because I expect people on this list to look for EXCUSES to > use mp2... come on, how about some mp2 advocacy??? I think it's natural to wonder w

Re: proxy question: URL with parameters

2005-10-21 Thread Philip M. Gollucci
Eric Lenio wrote: Well the main reason is simple: I like programming in Perl and so I specifically want to learn more about mp2. mod_proxy is of limited use to me because eventually I will want to do some sophisticated URL rewriting. For now I want to get my example working, then on to more adv

Re: proxy question: URL with parameters

2005-10-21 Thread Philip M. Gollucci
Adam Prime x443 wrote: Are there reasons you don't want to use mod_proxy, or Apache::ProxyRewrite (ProxyRewrite may not work on mp2)? You are correct, Apache::ProxyRewrite has not been ported to mp2. -- END - What doesn't kill us can

Re: proxy question: URL with parameters

2005-10-21 Thread Eric Lenio
; -Original Message- > From: Eric Lenio [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 10:57 PM > To: Philip M. Gollucci > Cc: Eric Lenio; modperl@perl.apache.org > Subject: Re: proxy question: URL with parameters > > > On Thu, Oct 20, 2005 at 10:47:02P

RE: proxy question: URL with parameters

2005-10-21 Thread Adam Prime x443
e.org Subject: Re: proxy question: URL with parameters On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > Eric Lenio wrote: > >The handler converts the question mark to %3f and the proxy request > >basically > >fails. I'm using modperl 1.99.11, I'd

Re: proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > Eric Lenio wrote: > >The handler converts the question mark to %3f and the proxy request > >basically > >fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to > >2.0.2. Suggestions? > Post the relevant con

Re: proxy question: URL with parameters

2005-10-20 Thread Philip M. Gollucci
Eric Lenio wrote: The handler converts the question mark to %3f and the proxy request basically fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to 2.0.2. Suggestions? Post the relevant configs please. -- END

proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
I've written a modperl handler which internally sends request like this: http://somehost.com to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the URL is something like this: http://somehost.com?arg1=value1 The handler converts the questio