> From: Graham Leggett [mailto:[EMAIL PROTECTED] > > Martijn Schoemaker wrote: > > > i.e. instead of a mapping like: > > ProxyPassReverse /app/ http://internal-host:567/app > > > > which will map to : http://<ServerName>/app/ > > it uses : > > > > ProxyPassReverse https://frontend-address/app/ http://internal- > host:567/app > > > > which will map to the fixed URL supplied (the first part that is) > > Your suggested patch makes ProxyPassReverse work more logically. Will > commit soon (unless there are objections).
I have no suggestion, but hasn't this already been done in 2.0? The only problem with doing this in 1.3, is that we are unlikely to have anymore 1.3 releases. We may be better off to just keep the patch on the site. Ryan