On Sat, Dec 8, 2012 at 11:45 PM, Christoph Anton Mitterer <cales...@scientia.net> wrote: > Hi. > > I'm using a reverse proxy set up with ProxyPassMatch as the space I map > to is rather complex and can't be mapped with a normal ProxyPass. > > > Now the problem is obviously that: > ProxyPassReverse > ProxyPassReverseCookieDomain > ProxyPassReverseCookiePath > are only made for the simply ProxyPass form and there are no > ProxyPassReverseMatch* versions. > > Is this planned and is there some way to work around this in the > meantime? > > > Thanks, > Chris.
Use ProxyPassReverse, or simplify your application's urlspace such that you can use ProxyPassReverse. You may have to explain why you cannot use ProxyPassReverse, eg by supplying a sample scenario. Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org