Fix httpd template error

This commit is contained in:
Daniel Berteaud 2016-12-11 20:53:57 +01:00
parent 29f2690d33
commit 152c1d08f1
1 changed files with 4 additions and 2 deletions

View File

@ -37,14 +37,16 @@ $alias
allow from $allow
Satisfy all
</Directory>
END
if ($alias ne ''){
$OUT .=<<'_EOF';
$OUT .=<<'END';
<LocationMatch "^/limesurvey/(index\.php/)?admin">
SSLRequireSSL on
$auth
</LocationMatch>
_EOF
END
}
$OUT .=<<'END';
<DirectoryMatch "/usr/share/limesurvey/(framework|console|installer/sql|locale|application/(logs|config)|docs)">
Deny from all
</DirectoryMatch>