DavidA wrote:
> But under mod_python, request.META['PATH_INFO'] is '/pos/' while in the
> development server its '/data/pos/' (which I think is right).

I notice the same problem here. Running Apache 2.0.58-r2 and mod_python
3.1.4-r1 on a gentoo box.

for instance :

<ModPythonRequest
path:/administration/login/,
....
 'PATH_INFO': '/login/',
...
>

<WSGIRequest
...
 'PATH_INFO': '/administration/login/',
...
>

I'm not using this variable right now in my projects, but I think you
are right there is something weird here .

Regards,

xav


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to