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
, 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
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
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