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
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
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
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
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
; -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
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
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
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
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
10 matches
Mail list logo