Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.
-
Key: MODPYTHON-161
URL: http://issues.apache.org/jira/browse/MODPYTHON-161
Project: mod_python
Type: Bug
Components:
[
http://issues.apache.org/jira/browse/MODPYTHON-161?page=comments#action_12374676
]
Graham Dumpleton commented on MODPYTHON-161:
An even better example of why using the directory argument to req.add_handler()
is wrong in this situation is that
Add means of optionally merging handlers from parent context into a child
context.
--
Key: MODPYTHON-162
URL: http://issues.apache.org/jira/browse/MODPYTHON-162
Project: mod_python
Type:
[
http://issues.apache.org/jira/browse/MODPYTHON-161?page=comments#action_12374689
]
Graham Dumpleton commented on MODPYTHON-161:
FWIW, problems can also arise with PythonInterpPerDirectory. In this case the
issue is that the interpreter name i
I am sure I asked this a long time ago, but have forgotten all the
details.
On Win32 systems does req.filename set by Apache always use POSIX
style forward slashes, ie., '/', to separate components of a
directory? Thus:
/some/path
How does Apache indicate a drive letter when one is neces