Answer the question
In order to leave comments, you need to log in
Is it possible to add a hostname to the Apache Location directive as an exception?
Good afternoon, please tell me. I
use Apache with configured pass-through authorization via GSSAPI, the problem is that
certain services need to access the root address of the site, but these services cannot physically perform authorization.
Namely, for example, there is a site mysite.ru , users go to it and successfully log in automatically, however, there is a certain service that periodically also knocks on this address and the 401st error is returned accordingly
.
<Location />
AuthType GSSAPI
AuthName "GSSAPI Single Sign On Login"
GssapiCredStore keytab:/etc/httpd/key.keytab
Require valid-user
</Location>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question