File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,15 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
5656 </tmpl_if>
5757</Directory>
5858
59+ <Directory /srv/www/htdocs>
60+ <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
61+ Require all granted
62+ <tmpl_else>
63+ Order allow,deny
64+ Allow from all
65+ </tmpl_if>
66+ </Directory>
67+
5968<Directory /usr/share/squirrelmail>
6069 <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
6170 Require all granted
Original file line number Diff line number Diff line change @@ -56,6 +56,15 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
5656 </tmpl_if>
5757</Directory>
5858
59+ <Directory /srv/www/htdocs>
60+ <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
61+ Require all granted
62+ <tmpl_else>
63+ Order allow,deny
64+ Allow from all
65+ </tmpl_if>
66+ </Directory>
67+
5968<Directory /usr/share/squirrelmail>
6069 <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
6170 Require all granted
You can’t perform that action at this time.
0 commit comments