Uploaded image for project: 'mod_python'
  1. mod_python
  2. MODPYTHON-231

PythonInterpPer* may yield incorrect results on case insensitive file systems.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.3.1
    • None
    • core
    • None

    Description

      When matching a URL to an actual physical directory on a file system, for a case insensitive file system various combinations of upper and lower case characters in URL may match to the same actual directory. If using the PythonInterpPerDirective or PythonInterpPerDirectory directives this may result in multiple Python sub interpreter instances being created instead of one for a particular target context. This is because the name of the Python sub interpreter uses the file system path which may contain the user modifiable mixture of upper and lower case letters.

      Attachments

        Activity

          People

            Unassigned Unassigned
            grahamd Graham Phillip Dumpleton
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: