Hi again,
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 have done similar things with deluge-web ui and no problem, but I cannot 
make this work)

Any help will be appreciated.

David.

On Mar 27, 2010, at 12:30 PM, Email davebv.com wrote:

> Hi everybody,
> 
> I am just trying to set up a proxy for the transmission daemon and its web 
> ui, which is available at the address 127.0.0.1:9091.
> 
> What I do is set up a new external information source with this address.
> 
> Then I create a new virtual host with a http proxy, using that information 
> source previously configured.
> 
> The instructions for apache and lighttpd are here: 
> http://trac.transmissionbt.com/wiki/WebProxy
> but I am unable to adapt them to cherokee configuration.
> 
> I am always redirected to 127.0.0.1:9091/transmission/web instead of 
> transmission.example.com/transmission/web
> 
> I tried to use rewrite option in the proxy behavior but I do not know how to 
> achieve the right configuration.
> 
> Thanks for your help!
> 
> David.

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to