yum -y install httpd
htpasswd --help
语法:htpasswd -bcm 目录 用户名 密码 示例:htpasswd -bcm /var/user dy 123456
cat /var/user
#当auth_basic为off 表示关闭 auth_basic "hello"; auth_basic_user_file /var/user;
service nginx reload
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1944141
原文地址:http://suyanzhu.blog.51cto.com/8050189/1944141