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 2a1dcdd commit 7bf980dCopy full SHA for 7bf980d
server/conf/vhost.conf.master
@@ -77,6 +77,10 @@
77
78
<tmpl_if name='cgi' op='==' value='y'>
79
# cgi enabled
80
+ <Directory {tmpl_var name='document_root'}/cgi-bin>
81
+ Order allow,deny
82
+ Allow from all
83
+ </Directory>
84
ScriptAlias /cgi-bin/ <tmpl_var name='document_root'>/cgi-bin/
85
AddHandler cgi-script .cgi
86
AddHandler cgi-script .pl
@@ -222,6 +226,10 @@
222
226
223
227
224
228
229
230
231
232
225
233
234
235
0 commit comments