summaryrefslogtreecommitdiff
path: root/apache2/sites-available/0_default
blob: 142392ecc41ce5ff2a5e62fc3bd1e86d6ee5d439 (plain)
  1. <VirtualHost *:443>
  2. ServerName wrong.example.com
  3. ServerAdmin webmaster@example.com
  4. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  5. Include /etc/apache2/conf.d/local-ssl.conf
  6. <Location />
  7. Options +MultiViews
  8. DirectoryIndex index
  9. </Location>
  10. AddLanguage da .da
  11. </VirtualHost>
  12. <VirtualHost *:80>
  13. ServerName wrong.example.com
  14. ServerAlias wrong
  15. ServerAdmin webmaster@example.com
  16. DocumentRoot /home/webmaster/public_websites/wrong.example.com
  17. <Location />
  18. Options +MultiViews
  19. DirectoryIndex index
  20. </Location>
  21. AddLanguage da .da
  22. </VirtualHost>