아파치 http-basic-auth [닫음]

아파치 http-basic-auth [닫음]

apache http-basic-auth누군가 그것이 무엇인지 말해 줄 수 있습니까 ?

This is an example configuration for an apache ($ENV{REMOTE_USER})
# auth. backend. Use it if you want to have a singe login through
# apache http-basic-auth
$Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
# Note:
#
# If you use this module, you should use as fallback
# the following configuration settings if the user is not authorized
# apache ($ENV{REMOTE_USER})
$Self->{LoginURL} = 'http://host.example.com/not-authorised-for-otrs.html';
$Self->{LogoutURL} = 'http://host.example.com/thanks-for-using-otrs.html';

나 못 봤어여기

답변1

그것은 말한다HTTP 프로토콜-기본 인증 번호HTTPd- 기본 인증입니다.

검색해야 해HTTP 프로토콜문서는 그렇지 않습니다.HTTPd하나.

HTTP 기본 인증은 다음에 정의되어 있습니다.RFC7617하지만 아마도 다음과 같이 시작할 수 있습니다.위키피디아 페이지.

분명히 Apache HTTPd는 http-basic-auth를 지원합니다. Apache 구현 세부정보는 다음에서 확인할 수 있습니다.여기

관련 정보