我已经跟着这个到了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添加密码
当我访问我的页面时,它就像白天一样清晰......?