Guest User

Untitled

a guest
Jun 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <Directory "/Users/danielss89/documents/server">
  2. AllowOverride All
  3. Options MultiViews FollowSymlinks
  4. Order allow,deny
  5. Allow from all
  6. Header Set Cache-Control no-cache
  7. </Directory>
  8.  
  9. DocumentRoot "/Users/danielss89/documents/server"
  10.  
  11. <IfDefine !MACOSXSERVER>
  12. Include /etc/apache2/other/*.conf
  13. </IfDefine>
  14. <IfDefine MACOSXSERVER>
  15. <IfDefine WEBSERVICE_ON>
  16. Include /etc/apache2/sites/*.conf
  17. </IfDefine>
  18. <IfDefine !WEBSERVICE_ON>
  19. Include /etc/apache2/sites/virtual_host_global.conf
  20. Include /etc/apache2/sites/*_.conf
  21. Include /etc/apache2/sites/*__shadow.conf
  22. </IfDefine>
  23. </IfDefine>
Add Comment
Please, Sign In to add comment