Skip to content
Snippets Groups Projects
Commit ae7c9c65 authored by Till Brehm's avatar Till Brehm
Browse files

Set the same AllowOverride value for cgi-bin directory that is set for the website.

parent c8b6f257
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,7 @@
<tmpl_if name='cgi' op='==' value='y'>
# cgi enabled
<Directory {tmpl_var name='document_root'}/cgi-bin>
AllowOverride <tmpl_var name='allow_override'>
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all granted
<tmpl_else>
......
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