aquaballoon

Protected Web Directories

Apr 25th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. cd /var/auth
  2. htpasswd -c .htpasswd userA
  3. htpasswd .htpasswd userB
  4. cat .htpasswd
  5.  
  6. cd /var/www
  7. nano .htaccess
  8.  
  9. AuthName "HureeICT Linux"
  10. AuthType Basic
  11. AuthUserFile /var/auth/.htpasswd
  12. require valid-user
Advertisement
Add Comment
Please, Sign In to add comment