EPrints Technical Mailing List Archive

Message: #08405


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] login-only repository on Debian10


CAUTION: This e-mail originated outside the University of Southampton.

Hi David,

similar to your output I got
ref target_uri: URI::http | target_uri host: sub.domain.de | ref repository_uri: URI::http | repository_uri host: sub.domain.de';

> It would be useful to see your 10_core.pl ...
$c->{host} = 'sub.domain.de';
$c->{port} = 80;
$c->{aliases} = [
                  {
                    'name' => 'sub',
                    'redirect' => 'yes'
                  }
                ];
$c->{securehost} = '';
$c->{secureport} = 443;
$c->{http_root} = undef;

> ... are not updated by another config file in the archive's cfg/cfg.d/ directory.
the aforementioned setting is from archive's cfg/cfg.d/ directory on our multi-site server ...!

> Where I did not have any problems with login.
Login 'works', i.e. access is granted, but redirection is noticed and reported ...
[Thu Dec 17 16:06:37.632852 2020] [authz_core:debug] [pid 7191] mod_authz_core.c(820): [client 192.168.19.179:57935] AH01626: authori
zation result of Require valid-user : granted, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.632878 2020] [authz_core:debug] [pid 7191] mod_authz_core.c(820): [client 192.168.19.179:57935] AH01626: authori
zation result of <RequireAny>: granted, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.632890 2020] [core:trace3] [pid 7191] request.c(312): [client 192.168.19.179:57935] request authorized without a
uthentication by access_checker_ex hook: /cgi/users/login, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub
.domain.de%2F
[Thu Dec 17 16:06:37.634252 2020] [filter:trace2] [pid 7191] mod_filter.c(193): [client 192.168.19.179:57935] Content-Type condition
for 'deflate' did not match: no Content-Type, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.634277 2020] [filter:trace2] [pid 7191] mod_filter.c(193): [client 192.168.19.179:57935] Content-Type condition
for 'deflate' did not match: no Content-Type, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.634289 2020] [filter:trace2] [pid 7191] mod_filter.c(193): [client 192.168.19.179:57935] Content-Type condition
for 'deflate' did not match: no Content-Type, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.634299 2020] [filter:trace2] [pid 7191] mod_filter.c(193): [client 192.168.19.179:57935] Content-Type condition
for 'deflate' did not match: no Content-Type, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F
[Thu Dec 17 16:06:37.634315 2020] [http:trace3] [pid 7191] http_filters.c(1128): [client 192.168.19.179:57935] Response sent with sta
tus 200, headers:, referer: sub.domain.de/cgi/users/login?target=http%3A%2F%2Fsub.domain.de%2F

Many thanks for your immediate help
Thomas