On Sat, Feb 12, 2011 at 1:57 PM, Nick Kew <[email protected]> wrote: > On Fri, 11 Feb 2011 22:52:25 +0100 > Nick Rudnick <[email protected]> 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 do the same thing. Much simpler and don't have to build the module separately (not that its difficult). Upgrades are easier. I prefer modules distributed as part of the Apache core. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
