Apache Httpd服务器之认证与授权(3)

<Directory "/usr/local/httpd/htdocs">
Allow from 192.168.1.0
Deny from 192.168.1.254
Order Allow,Deny
AuthName auth
AuthType Digest
AuthDigestProvider file
AuthDigestDomain /
AuthUserFile /usr/local/httpd/users/auth_digest
Require valid-user
Satisfy All #认证与授权需同时满足条件才能通过
</Directory>

CentOS 6.5编译安装httpd-2.4.7

httpd中工作模型的比较 

源码编译安装httpd2.4及虚拟主机

编译安装最新版httpd-2.4

httpd2.4基本功能的实现...

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/ddb1eaa70dca7362452da06d508ffad9.html