Skip to content
Snippets Groups Projects
Commit f8cd03b2 authored by Falko Timme's avatar Falko Timme
Browse files

- Adjusted <Directory> path for mod_python.

parent 298ef538
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<tmpl_if name='python' op='==' value='y'> <tmpl_if name='python' op='==' value='y'>
<IfModule mod_python.c> <IfModule mod_python.c>
<Directory {tmpl_var name='web_document_root'}> <Directory {tmpl_var name='web_document_root_www'}>
AddHandler mod_python .py AddHandler mod_python .py
PythonHandler mod_python.publisher PythonHandler mod_python.publisher
PythonDebug On PythonDebug On
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment