2022-09-13 21:09:39 +02:00
|
|
|
|
2023-02-24 12:44:02 +01:00
|
|
|
<VirtualHost 172.20.0.81:80>
|
2022-09-13 21:09:39 +02:00
|
|
|
ServerName myip.dn42
|
|
|
|
ServerAlias v4.myip.dn42
|
2023-02-24 12:44:02 +01:00
|
|
|
ServerAlias 172.20.0.81
|
2022-09-13 21:09:39 +02:00
|
|
|
|
2022-09-14 20:23:48 +02:00
|
|
|
DocumentRoot /var/www/myip.dn42/
|
|
|
|
<Directory /var/www/myip.dn42/>
|
|
|
|
Options -Indexes
|
|
|
|
AllowOverride None
|
|
|
|
</Directory>
|
2022-09-13 21:09:39 +02:00
|
|
|
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error-myip.dn42.log
|
|
|
|
|
2022-09-14 20:23:48 +02:00
|
|
|
ServerSignature On
|
|
|
|
ServerTokens Major
|
2022-09-13 21:09:39 +02:00
|
|
|
</VirtualHost>
|
|
|
|
|
2023-02-24 12:44:02 +01:00
|
|
|
<VirtualHost [fd42:d42:d42:81::1]:80>
|
2022-09-13 21:09:39 +02:00
|
|
|
ServerName myip.dn42
|
|
|
|
ServerAlias v6.myip.dn42
|
2023-02-24 12:44:02 +01:00
|
|
|
ServerAlias fd42:d42:d42:81::1
|
2022-09-13 21:09:39 +02:00
|
|
|
|
2022-09-14 20:23:48 +02:00
|
|
|
DocumentRoot /var/www/myip.dn42/
|
|
|
|
<Directory /var/www/myip.dn42/>
|
|
|
|
Options -Indexes
|
|
|
|
AllowOverride None
|
|
|
|
</Directory>
|
2022-09-13 21:09:39 +02:00
|
|
|
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error-myip.dn42.log
|
|
|
|
|
2022-09-14 20:23:48 +02:00
|
|
|
ServerSignature On
|
|
|
|
ServerTokens Major
|
2022-09-13 21:09:39 +02:00
|
|
|
</VirtualHost>
|
|
|
|
|