apache_conf 设置基本认证

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 设置基本认证相关的知识,希望对你有一定的参考价值。

Satisfy any
order allow,deny
allow from all
apt-get install apache2-utils
htpasswd -c /var/www/html/.htpasswd [USER_NAME]
<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options -Indexes
AuthUserFile /var/www/html/.htpasswd
# AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user 
order deny,allow

以上是关于apache_conf 设置基本认证的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 基本认证

apache_conf CPIで基本认证をかけるとき

apache_conf さくらインターネットで基本认证かます

apache_conf htaccessを使ってとりあえず简単に基本认证する为のコマンド

apache_conf HTACCESS - 基本设置

apache_conf 手动でベーシック认证