what he's really trying to do is set up a reverse proxy.

he has a page running on locahost:9091 that he wants to see at *:80



On Sun, Mar 28, 2010 at 11:20 AM, Alvaro Lopez Ortega
<[email protected]>wrote:

> Hi David,
>
> On 28/03/2010, at 17:09, Email davebv.com wrote:
>
> > I am asking for help translating the apache configuration provided for
> the reverse proxy. I found that it is only required a redirection:
> >
> > "RewriteRule /transmission[/]?$ /transmission/web [R=permanent]"
> >
> > Then, forward the requests for /transmission to the daemon
> > ProxyPass /transmission http://127.0.0.1:9091/transmission
> > ProxyPassReverse /transmission http://127.0.0.1:9091/transmission
> >
> > The thing is when I configure cherokee with the RegEx redirection, and
> the default http reverse proxy, I am redirected to
> 127.0.0.1:9091/transmission/web, instead of having
> transmission.example.com/transmission/web
>
> I'm not sure I'm understanding what the issue is.  Are those links part of
> the response page your are proxying from Cherokee?
>
> --
> Octality
> http://www.octality.com/
>
> _______________________________________________
> Cherokee mailing list
> [email protected]
> http://lists.octality.com/listinfo/cherokee
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to