我已经按照这个到 T 并且仍然无法获得一个工作密码保护目录 Apache 安装使用:
sudo aptitude install apache2 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 ssl-cert
我的 /var/www/whatever 文件夹中 htaccess 的内容
<IfModule mod_authn_file.c>
AuthType Basic AuthUserFile /var/passwd/.htpasswd AuthName “Mobile Development” require valid-user betachannel IndexIgnore .htaccess Options +Indexes # adding fancy directory indexing IndexOptions +FancyIndexing
</IfModule>
和使用添加的 betachannel 密码
root@?:/etc/apache2# mkdir /var/passwd
root@?:/etc/apache2# htpasswd -c /var/passwd/.htpasswd betachannel
为用户 betachannel 添加密码
当我访问我的页面时,它就像白天一样清晰......?