Project

General

Profile

Demande #6058

Mettre en ligne le site 2023 du Libre en Fête

Added by Isabella Vanni 12 months ago. Updated 11 months ago.

Status:
Résolu
Priority:
Urgente
Category:
-
Target version:
Start date:
12/26/2022
Due date:
% Done:

0%

Estimated time:
Difficulté:
2 Facile

Description

Pour ce faire, rediriger l'adresse https://libre-en-fete.net/ vers https://libre-en-fete.net/2023/. La rubrique 2023 et les articles nécessaires ont déjà été créés sur https://spip.libre-en-fete.net.


Related issues

Related to Admins - Demande #6059: Archiver le site 2022 du Libre en FêteRésolu12/26/2022

Actions

History

#1

Updated by Isabella Vanni 12 months ago

  • Related to Demande #6059: Archiver le site 2022 du Libre en Fête added
#2

Updated by Isabella Vanni 11 months ago

  • Assignee set to Vincent Calame
#3

Updated by Vincent Calame 11 months ago

Voilà, c'est fait.
Pour information, il faut changer l'année dans le fichier /etc/apache2/sites-available/www.libre-en-fete.net.conf (remplacer /2022/ et /2023) et relancer Apache

#4

Updated by Quentin Gibeaux 11 months ago

  • Status changed from Nouveau to Résolu
#5

Updated by Quentin Gibeaux 11 months ago

+ maj icinga :

diff --git a/icinga2/zones.d/master/cluster/spip.conf b/icinga2/zones.d/master/cluster/spip.conf
index 6387975..6eb3de5 100644
--- a/icinga2/zones.d/master/cluster/spip.conf
+++ b/icinga2/zones.d/master/cluster/spip.conf
@@ -80,13 +80,13 @@ object Host "spip.cluster.april.org" {
       /* redirections */
       vars.http_vhosts["Redirect " + fqdn ] = {
         http_vhost = fqdn
-        http_headerstring = fqdn + "/2022" 
+        http_headerstring = fqdn + "/2023" 
         http_expect = "302" 
         vhost_tls = "redirect" 
       }
     }
     /* SPIP : contenu */
-    for (year in ["2017", "2018", "2019", "2020", "2021", "2022"]) {
+    for (year in ["2017", "2018", "2019", "2020", "2021", "2022", "2023"]) {
       var fqdn = "libre-en-fete" + tld
       vars.http_vhosts["Web " + fqdn + "/" + year + "/"] = {
         http_vhost = fqdn

Also available in: Atom PDF