Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ServerName 127.0.0.1
  2.  
  3. DocumentRoot "/var/www/html"
  4. <Directory "/var/www/html">
  5. #
  6. # Possible values for the Options directive are "None", "All",
  7. # or any combination of:
  8. # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
  9. #
  10. # Note that "MultiViews" must be named *explicitly* --- "Options All"
  11. # doesn't give it to you.
  12. #
  13. # The Options directive is both complicated and important. Please see
  14. # http://httpd.apache.org/docs/2.4/mod/core.html#options
  15. # for more information.
  16. #
  17. Options Indexes FollowSymLinks
  18.  
  19. #
  20. # AllowOverride controls what directives may be placed in .htaccess files.
  21. # It can be "All", "None", or any combination of the keywords:
  22. # AllowOverride FileInfo AuthConfig Limit
  23. #
  24. AllowOverride None
  25.  
  26. #
  27. # Controls who can get stuff from this server.
  28. #
  29. Require all granted
  30. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement