mod_python icon indicating copy to clipboard operation
mod_python copied to clipboard

PythonHandlerModule directive no longer handles absolute paths

Open abstractalchemist opened this issue 6 years ago • 0 comments

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.

abstractalchemist avatar Jul 30 '18 21:07 abstractalchemist