Apache 2.4 mod auth форма отсутствует



Я запускаю Apache 2.4 на Centos 7. Теперь мне понадобится ... mod_auth_form модуль, так как директива AuthFormLogoutLocation не может быть найдена.
Теперь он не установлен, и я не могу найти его в списке yum search mod_auth :



$ locate modules/mod_auth
/usr/lib64/httpd/modules/mod_auth_basic.so
/usr/lib64/httpd/modules/mod_auth_digest.so
/usr/lib64/httpd/modules/mod_authn_anon.so
/usr/lib64/httpd/modules/mod_authn_core.so
/usr/lib64/httpd/modules/mod_authn_dbd.so
/usr/lib64/httpd/modules/mod_authn_dbm.so
/usr/lib64/httpd/modules/mod_authn_file.so
/usr/lib64/httpd/modules/mod_authn_socache.so
/usr/lib64/httpd/modules/mod_authnz_ldap.so
/usr/lib64/httpd/modules/mod_authz_core.so
/usr/lib64/httpd/modules/mod_authz_dbd.so
/usr/lib64/httpd/modules/mod_authz_dbm.so
/usr/lib64/httpd/modules/mod_authz_groupfile.so
/usr/lib64/httpd/modules/mod_authz_host.so
/usr/lib64/httpd/modules/mod_authz_owner.so
/usr/lib64/httpd/modules/mod_authz_user.so

$ yum search mod_auth
...
===== N/S matched: mod_auth ======
ipsilon-authgssapi.noarch : mod_auth_gssapi based login plugin
mod_auth_gssapi.x86_64 : A GSSAPI Authentication module for Apache
mod_auth_kerb.x86_64 : Kerberos authentication module for HTTP
mod_auth_mellon.x86_64 : A SAML 2.0 authentication module for the Apache Httpd Server
mod_auth_ntlm_winbind.x86_64 : NTLM authentication for the Apache web server using winbind daemon
mod_auth_openid.x86_64 : OpenID authentication for apache
mod_authnz_external.x86_64 : An Apache module used for authentication
mod_authnz_pam.x86_64 : PAM authorization checker and PAM Basic Authentication provider
pwauth.x86_64 : External plugin for mod_authnz_external authenticator


Есть идеи, где еще я могу искать?

753   1  

1 ответ:

У меня была та же проблема, я искал его в течение длительного времени оказывается, его нужно установить.

Я использую apache 2.4.5 на CentOS7, сделайте:

yum install mod_session
yum install mod_form

Затем перезагрузите сервер, вы увидите mod_auth_form.so, mod_session.so (и cookie) в каталоге модулей apache.

Comments

    Ничего не найдено.