Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. AuthName "Directorio privado"
  2. AuthType Basic
  3. AuthUserFile /var/www/mypath/.htpasswd
  4. require valid-user
  5.  
  6. Para hacer archivo password:
  7. htpasswd -bc .htpasswd usuario password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement