myip.dn42/apache2-config/myip.dn42.conf

29 lines
746 B
Text

# or potentially use anycast 172.22.0.81 if approved
<VirtualHost 172.22.125.30:80>
ServerName myip.dn42
ServerAlias v4.myip.dn42
ServerAlias 172.22.125.30
DocumentRoot /path/to/wwwroot/
ErrorLog ${APACHE_LOG_DIR}/error-myip.dn42.log
CustomLog ${APACHE_LOG_DIR}/access-myip.dn42.log combined
</VirtualHost>
# or potentially use anycast [fd42:d42:d42:81::1] if approved
<VirtualHost [fd63:5d40:47e5::1111]:80>
ServerName myip.dn42
ServerAlias v6.myip.dn42
ServerAlias fd63:5d40:47e5::1111
DocumentRoot /path/to/wwwroot/
ErrorLog ${APACHE_LOG_DIR}/error-myip.dn42.log
CustomLog ${APACHE_LOG_DIR}/access-myip.dn42.log combined
</VirtualHost>