Advertisement
Guest User

Apache2.conf

a guest
Mar 3rd, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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 All
  15. Require all granted
  16. </Directory>
  17.  
  18. #<Directory /srv/>
  19. # Options Indexes FollowSymLinks
  20. # AllowOverride None
  21. # Require all granted
  22. #</Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement