Guest User

Untitled

a guest
Feb 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Options FollowSymLinks
  2.  
  3. <Directory "/srv/">
  4. Options FollowSymLinks ExecCGI
  5. Require all granted
  6. </Directory>
  7.  
  8. <Directory "/srv">
  9. Options FollowSymlinks ExecCGI
  10. Require all granted
  11. </Directory>
  12.  
  13. <VirtualHost *:80>
  14. ServerName domain.sk
  15. ServerAlias dev.domain.sk
  16. DocumentRoot /srv/domain.sk/!www
  17. <Directory /srv/domain.sk/!www>
  18. Options Indexes FollowSymlinks ExecCGI
  19. AllowOverride All
  20. </Directory>
  21. </VirtualHost>
  22.  
  23. Options FollowSymLinks
  24.  
  25. <Directory "/home/test/">
  26. Options FollowSymLinks ExecCGI
  27. Require all granted
  28. </Directory>
  29.  
  30. <VirtualHost *:80>
  31. ServerName domain.sk
  32. ServerAlias test.dev.domain.sk
  33. DocumentRoot /home/test/domain.sk/!www
  34. <Directory /home/test/domain.sk/!www>
  35. Options Indexes FollowSymlinks ExecCGI
  36. AllowOverride All
  37. </Directory>
  38. </VirtualHost>
Add Comment
Please, Sign In to add comment