Re: [EMAIL PROTECTED] Missing 1st segment in PATH_INFO using mod_python

2007-08-21 Thread Peter Melvyn
> On 8/21/07, Peter Melvyn <[EMAIL PROTECTED]> wrote: > > > Please, could anybody advice how to achieve the PATH_INFO will contain > > full path if request is routed to mod_python > > Well, I'm not sure what the "correct" value for PATH_INFO is in this > case Yes, you are right - it would be proba

Re: [EMAIL PROTECTED] Missing 1st segment in PATH_INFO using mod_python

2007-08-21 Thread Joshua Slive
On 8/21/07, Peter Melvyn <[EMAIL PROTECTED]> wrote: > Please, could anybody advice how to achieve the PATH_INFO will contain > full path if request is routed to mod_python Well, I'm not sure what the "correct" value for PATH_INFO is in this case, but why not just use REQUEST_URI instead? Joshua.

[EMAIL PROTECTED] Missing 1st segment in PATH_INFO using mod_python

2007-08-21 Thread Peter Melvyn
Hi all, I am trying to move my Django application from development server to Apache Server 2.2 with mod_python 3.3.1 on Windows and I encountered a problem with value of PATH_INFO - if I navigate to http://localhost/wss/user/home/, I get PATH_INFO=/user/home/ instead of /wss/user/home/ I found-ou