作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Centos 7 上运行 Apache 2.4。现在我需要 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
知道我还能在哪里搜索吗?
最佳答案
同样的问题找了很久原来你需要安装它。
我在 CentOS7 上使用 apache 2.4.5,做:
yum install mod_session
yum install mod_form
然后重新启动服务器,您将在您的 apache 模块目录中看到 mod_auth_form.so
、mod_session.so
(和 cookie)。
关于缺少 Apache 2.4 mod_auth_form,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34675881/
我在 Centos 7 上运行 Apache 2.4。现在我需要 mod_auth_form模块,因为找不到指令 AuthFormLogoutLocation。现在它既没有安装,也无法在 yum se
我在 Centos 7 上运行 Apache 2.4。现在我需要 mod_auth_form模块,因为找不到指令 AuthFormLogoutLocation。现在它既没有安装,也无法在 yum se
我是一名优秀的程序员,十分优秀!