Apache-密码保护目录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache-密码保护目录相关的知识,希望对你有一定的参考价值。

  1. cd /this/dir/is/secure
  2.  
  3. ### create .htpasswd
  4. htpasswd -c .htpasswd user1
  5.  
  6. ### add a new user
  7. htpasswd .htpasswd user2
  8.  
  9. ### .htaccess
  10. AuthUserFile .htpasswd
  11. AuthName "Ric's protected files"
  12. AuthType Basic

以上是关于Apache-密码保护目录的主要内容,如果未能解决你的问题,请参考以下文章

保护Apache conf中的svn和CVS路径/目录

apache_conf 密码保护目录(将两个文件保存到root)https://www.zigpress.com/2014/09/22/password-protecting-an-entire-wo

apache_conf 从php执行保护wordpress上传目录。在uploads目录中添加新的.htaccess文件。

Apache 2.2:“客户端被服务器配置拒绝” - .htaccess 密码保护

如何在 apache vhost 中使用密码保护 Laravel 站点?

apache认证授权访问控制