#8490: path_info equals script_name on lighttpd using fastcgi under a subdirectory when accessed without a trailing '/' -------------------------------------------------------+-------------------- Reporter: mtrichardson | Owner: nobody Status: new | Milestone: Component: Core framework | Version: SVN Keywords: path_info, script_name, lighttpd, fastcgi | Stage: Unreviewed Has_patch: 1 | -------------------------------------------------------+-------------------- I have a Django app running under lighttpd and fastcgi in a subdirectory. When accessed without a trailing '/', eg, example.com/carfactory instead of example.com/carfactory/, script_name is the same as path_info resulting in an attempt to resolve 'carfactory/carfactory' instead of '/'.
Simple patch attached that fixes this. -- Ticket URL: <http://code.djangoproject.com/ticket/8490> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
