blob: 36dc14dcf4558ee9b6c0e7f50e0db23cae715582 (
plain)
- <VirtualHost *:80>
- ServerName wrong.example.com
- ServerAlias wrong
- ServerAdmin webmaster@example.com
- DocumentRoot /home/webmaster/public_websites/wrong.example.com
- ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
- CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
- </VirtualHost>
- <VirtualHost *:443>
- ServerName wrong.example.com
- ServerAdmin webmaster@example.com
- DocumentRoot /home/webmaster/public_websites/wrong.example.com
- Include conf-available/local-ssl.conf
- ErrorLog ${APACHE_LOG_DIR}/wrong.example.com-error.log
- CustomLog ${APACHE_LOG_DIR}/wrong.example.com-access.log combined
- </VirtualHost>
|