commit 9483c68d63a5c57953a7f9b345dead9581264d49 Author: lare Date: Tue Sep 13 21:09:39 2022 +0200 inital; add index.php and apache2 config diff --git a/README.md b/README.md new file mode 100644 index 0000000..18bd68f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# myip.dn42 + +- (source code)[wwwroot] +- (apache2 config)[apache2-config] diff --git a/apache2-config/myip.dn42.conf b/apache2-config/myip.dn42.conf new file mode 100644 index 0000000..b9df1d0 --- /dev/null +++ b/apache2-config/myip.dn42.conf @@ -0,0 +1,29 @@ + +# or potentially use anycast 172.22.0.81 if approved + + 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 + + + +# or potentially use anycast [fd42:d42:d42:81::1] if approved + + 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 + + + diff --git a/wwwroot/index.php b/wwwroot/index.php new file mode 100644 index 0000000..68f7a29 --- /dev/null +++ b/wwwroot/index.php @@ -0,0 +1,3 @@ +