blob: 5b968493869c42b82068af5bcc822c6cfbfe7683 (
plain)
- <VirtualHost *:443>
- ServerName wrong.example.com
- ServerAdmin webmaster@example.com
- DocumentRoot /home/jonas/websites/wrong.example.com
- Include /etc/apache2/conf.d/local-ssl.conf
- <Location />
- Options +MultiViews
- DirectoryIndex index
- </Location>
- AddLanguage da .da
- </VirtualHost>
- <VirtualHost *>
- ServerName wrong.example.com
- ServerAlias wrong
- ServerAdmin webmaster@example.com
- DocumentRoot /home/jonas/websites/wrong.example.com
- <Location />
- Options +MultiViews
- DirectoryIndex index
- </Location>
- AddLanguage da .da
- </VirtualHost>
|