On Fri, 26 Sep 2003, Jie Gao wrote:

> Date: Fri, 26 Sep 2003 08:04:14 +1000 (EST)
> From: Jie Gao <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Off Topic: mod_perl reverse proxy setup and extracting
>     client's original IP
>
>
>
>
> On Thu, 25 Sep 2003, Haroon Rafique wrote:
>
> > Date: Thu, 25 Sep 2003 16:15:53 -0400 (EDT)
> > From: Haroon Rafique <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Off Topic: mod_perl reverse proxy setup and extracting client's
> >     original IP
> >
> > Hi,
> >
> > I have a slightly off topic inquiry. I've googled/RTFMed. I run mod_perl
> > in a reverse proxy setup. Light apache in the front-end, heavy mod_perl
> > apache in the back-end both running on the same machine.
> >
> > The front end has the following reverse proxy directives:
> >
> > ProxyPass        /perl/ http://localhost:8103/perl/
> > ProxyPassReverse /perl/ http://localhost:8103/perl/
>
> You might also want to enbale "ProxyPreserveHost" directive, so that
> your backend server can handle virtual servers as well.

Sorry, you can't, I've just found out, for the original request
uses a different port.

Regards,



Jie

Reply via email to