We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcad76 commit 3a8ee9eCopy full SHA for 3a8ee9e
server/conf/vhost.conf.master
@@ -182,6 +182,13 @@
182
183
<tmpl_if name='python' op='==' value='y'>
184
<IfModule mod_python.c>
185
+ <Directory {tmpl_var name='web_document_root_www'}>
186
+ <FilesMatch "\.py$">
187
+ SetHandler mod_python
188
+ </FilesMatch>
189
+ PythonHandler mod_python.publisher
190
+ PythonDebug On
191
+ </Directory>
192
<Directory {tmpl_var name='web_document_root'}>
193
<FilesMatch "\.py$">
194
SetHandler mod_python
0 commit comments