|
|
@ -32,7 +32,12 @@ |
|
|
|
# Note that Content-Security-Policy header is generated by portal itself |
|
|
|
# Note that Content-Security-Policy header is generated by portal itself |
|
|
|
<Files *.fcgi> |
|
|
|
<Files *.fcgi> |
|
|
|
SetHandler fcgid-script |
|
|
|
SetHandler fcgid-script |
|
|
|
#CGIPassAuth on |
|
|
|
# For Authorization header to be passed, please uncomment one of the following: |
|
|
|
|
|
|
|
# for Apache >= 2.4.13 |
|
|
|
|
|
|
|
#CGIPassAuth On |
|
|
|
|
|
|
|
# for Apache < 2.4.13 |
|
|
|
|
|
|
|
#RewriteCond %{HTTP:Authorization} ^(.*) |
|
|
|
|
|
|
|
#RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] |
|
|
|
Options +ExecCGI |
|
|
|
Options +ExecCGI |
|
|
|
header unset Lm-Remote-User |
|
|
|
header unset Lm-Remote-User |
|
|
|
</Files> |
|
|
|
</Files> |
|
|
|