Skip to content

Commit 94f41e3

Browse files
author
Till Brehm
committed
Fixed #4771 Problem with executing Python scripts
1 parent 60e31cb commit 94f41e3

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
@@ -182,7 +182,7 @@
182182

183183
<tmpl_if name='python' op='==' value='y'>
184184
<IfModule mod_python.c>
185-
<Directory {tmpl_var name='web_document_root_www'}>
185+
<Directory {tmpl_var name='web_document_root'}>
186186
<FilesMatch "\.py$">
187187
SetHandler mod_python
188188
</FilesMatch>

0 commit comments

Comments
 (0)