[jira] Created: (MODPYTHON-161) Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.

2006-04-16 Thread Graham Dumpleton (JIRA)
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:

[jira] Commented: (MODPYTHON-161) Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.

2006-04-16 Thread Graham Dumpleton (JIRA)
[ 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

[jira] Created: (MODPYTHON-162) Add means of optionally merging handlers from parent context into a child context.

2006-04-16 Thread Graham Dumpleton (JIRA)
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:

[jira] Commented: (MODPYTHON-161) Wrong interpreter chosen with req.add_handler()/PythonInterpPerDirective.

2006-04-16 Thread Graham Dumpleton (JIRA)
[ 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

Form of req.filename/req.hlist.directory on Win32 systems.

2006-04-16 Thread Graham Dumpleton
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