无法使用.htaccess创建受密码保护的目录

时间:2011-08-15 18:38:02

标签: .htaccess apache2 apache2-module

我已经跟着这个到了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添加密码

当我访问我的页面时,它就像白天一样清晰......?

0 个答案:

没有答案