If you can find a way for Apache to send the path info (say, in an
X-header) to CP, then it should be a snap to write a clone of
tools.proxy that looks for that and sets request.base correctly. But as
far as I know, that magical X-header doesn't exist. If you find it does
and is common, we'd be happy to incorporate it into tools.proxy.
Robert Brewer
fuma...@aminus.org
Ian Bicking found the same lack of a path header when I discussed a
similar issue with some paste middleware. I mention it because if
there is a way to get that path info, it would be really helpful for
any WSGI based application. I personally never found a good way to do
it other than explicitly specifying the base URL.
Good luck!
Eric Larson
>
> Robert Brewer
> fuma...@aminus.org
>
>
> >
>