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