【发布时间】:2009-04-29 19:25:25
【问题描述】:
我知道我可以使用 htpasswd 为 apache 创建密码文件,但如何配置它以使用系统中的有效用户或组?
【问题讨论】:
标签: apache configuration authorization
我知道我可以使用 htpasswd 为 apache 创建密码文件,但如何配置它以使用系统中的有效用户或组?
【问题讨论】:
标签: apache configuration authorization
您需要使用适当的身份验证模块。这是mod_authnz_external 的示例:http://blog.innerewut.de/2007/6/26/apache-2-2-authentication-with-mod_authnz_external
【讨论】: