Re: proxied to a directory

2007-03-28 Thread Ross M Karchner
If anyone cares, I fixed it with a tiny little mod_python handler: --- from mod_python import apache def requesthandler(req): req.uri="/tools%s"%req.uri return apache.OK On 3/25/07, Ross M Karchner <[EMAIL PROTECTED]> wrote: > Hello-- > > I'm running a dj

proxied to a directory

2007-03-25 Thread Ross M Karchner
Hello-- I'm running a django project mod_proxy'ed to a directory of a non-django site, so that the django root is accessible at: http://domain.com/tools/ Django is oblivious to the 'tools'-- in the url above, request.path would just be "/", which makes perfect sense. This causes problems for any