Re: [users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-12 Thread Nick Rudnick
52:25 +0100 Nick Rudnick wrote: I run into problems with the second backend, as its relative paths lack the wiki/ prefix. http://www.apachetutor.org/admin/reverseproxies That article uses mod_proxy_html to rewrite URLs in the page body. I have a similar setup and now use mod_substitute to d

Re: [users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-12 Thread Nick Rudnick
, I guess it might exist. Any ideas? Thanks a lot, again, Nick On 02/12/2011 06:10 AM, Devraj Mukherjee wrote: On Sat, Feb 12, 2011 at 1:57 PM, Nick Kew wrote: On Fri, 11 Feb 2011 22:52:25 +0100 Nick Rudnick wrote: I run into problems with the second backend, as its relative

[users@httpd] SSH authentication: Multiple authentication dialog windows popping up

2011-02-11 Thread Nick Rudnick
Dear all, after googling some time without success, here a question: Thinking to have followed the instructions so far, I got SSL authentication successful with one exception: At the first time authenticating, the user gets multiple authentication request dialog windows (for each requested

[users@httpd] Reverse Proxying to 2 backends, how to keep the URL-directory prefix having relative paths?

2011-02-11 Thread Nick Rudnick
Dear all, googling didn't do the trick so here my question. Reverse proxying two backends by ProxyPass /app http://127.0.0.1: ProxyPassReverse /app http://127.0.0.1: ProxyPass /wiki http://127.0.0.1: ProxyPassReverse /wiki http://127.0.0.1: I run into problems with the second