mod_python
mod_python copied to clipboard
PythonHandlerModule directive no longer handles absolute paths
The configuration directive no longer handles absolute paths to script files. It was working in a previous iteration of mod_python ( I believe 3.3 ) but now running httpd results in a module not found error in apache logs. The log shows the handler appears to be stripping the extension off the path. This behavior also shows up in the apache.import_module method.