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