Guest User

Untitled

a guest
Jan 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <Directory /var/www>
  2. Options Indexes Includes FollowSymLinks MultiViews
  3. AllowOverride AuthConfig FileInfo
  4. Order allow,deny
  5. Allow from all
  6. AuthName "Administrator Area"
  7. AuthType Basic
  8. AuthUserFile /var/passwd
  9. Require valid-user
  10. </Directory>
Add Comment
Please, Sign In to add comment