|
|
@ -3,9 +3,7 @@ my $access = $limesurvey{'access'} || 'private'; |
|
|
|
my $allow = ($access eq 'public')?'all':"$localAccess $externalSSLAccess"; |
|
|
|
my $allow = ($access eq 'public')?'all':"$localAccess $externalSSLAccess"; |
|
|
|
|
|
|
|
|
|
|
|
my $alias = (($limesurvey{'AliasOnPrimary'} || 'enabled') ne 'enabled') ? |
|
|
|
my $alias = (($limesurvey{'AliasOnPrimary'} || 'enabled') ne 'enabled') ? |
|
|
|
'':"Alias /limesurvey/tmp /var/lib/limesurvey/tmp\n" . |
|
|
|
'':'Alias /limesurvey /usr/share/limesurvey'; |
|
|
|
"Alias /limesurvey/upload /var/lib/limesurvey/upload\n" . |
|
|
|
|
|
|
|
"Alias /limesurvey /usr/share/limesurvey"; |
|
|
|
|
|
|
|
my $auth = (($limesurvey{'Authentication'} || 'http') eq 'http') ? "AuthName \"LimeSurvey\"\n" . |
|
|
|
my $auth = (($limesurvey{'Authentication'} || 'http') eq 'http') ? "AuthName \"LimeSurvey\"\n" . |
|
|
|
" AuthType Basic\n" . |
|
|
|
" AuthType Basic\n" . |
|
|
|
" AuthExternal pwauth\n" . |
|
|
|
" AuthExternal pwauth\n" . |
|
|
|