Page MenuHomePhabricator

Setup something useful for openstreetmapitalia.it
Closed, ResolvedPublic

Description

As noted in T274064, currently the website at http://openstreetmapitalia.it/ shows a dummy page:

image.png (942×1 px, 81 KB)

Instead of that dummy page or any other dummy page that will be configured after T274064, @Sabas88 and @Wikisarrett proposed to deploy a simple redirect to this page:

http://openstreetmapitalia.it/

https://wiki.openstreetmap.org/wiki/IT:Pagina_Principale

In short this new redirect should be exactly as what was done for openstreetmap.it:

https://openstreetmap.it

https://wiki.openstreetmap.org/wiki/IT:Pagina_Principale

Revisions and Commits

Event Timeline

valerio.bozzolan claimed this task.
valerio.bozzolan triaged this task as Medium priority.
Sabas88 rescinded a token.
Sabas88 awarded a token.

There's neither an asd token or a goat token so I give you a pterodactyl as a sign of my support

There's neither an asd token or a goat token so I give you a pterodactyl as a sign of my support

Now you have it!

asd

Done:

http://openstreetmapitalia.it

https://openstreetmapitalia.it

Intervention:

$ cd /etc/httpd/sites-enabled
$ ln -s ../sites-available/it-openstreetmapitalia-txt.conf
$ apachectl configtest
Syntax OK
$ apachectl graceful
$ certbot certonly --webroot --webroot-path=/var/www/html -d openstreetmapitalia.it
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for openstreetmapitalia.it
Using the webroot path /var/www/html for all unmatched domains.
Waiting for verification...
Cleaning up challenges

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/openstreetmapitalia.it/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/openstreetmapitalia.it/privkey.pem
   Your cert will expire on 2021-05-09. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot
   again. To non-interactively renew *all* of your certificates, run
   "certbot renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le
$ ln -s ../sites-available/it-openstreetmapitalia-ssl.conf
$ apachectl configtest
Syntax OK
$ apachectl graceful

In some minutes the Apache HTTPd configuration will be linked below.

valerio.bozzolan added a commit: Unknown Object (Diffusion Commit).Mar 15 2025, 1:35 PM