Skip to content

Commit f8cd03b

Browse files
committed
- Adjusted <Directory> path for mod_python.
1 parent 298ef53 commit f8cd03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
<tmpl_if name='python' op='==' value='y'>
109109
<IfModule mod_python.c>
110-
<Directory {tmpl_var name='web_document_root'}>
110+
<Directory {tmpl_var name='web_document_root_www'}>
111111
AddHandler mod_python .py
112112
PythonHandler mod_python.publisher
113113
PythonDebug On

0 commit comments

Comments
 (0)