Advertisement
Guest User

Untitled

a guest
May 7th, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <Directory />
  2. Options FollowSymLinks
  3. AllowOverride None
  4. Require all denied
  5. </Directory>
  6.  
  7. <Directory /usr/share>
  8. AllowOverride None
  9. Require all granted
  10. </Directory>
  11.  
  12. <Directory /var/www/>
  13. Options Indexes FollowSymLinks
  14. AllowOverride None
  15. Require all granted
  16. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement