savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [469] (partially) update frontend names


From: ineiev
Subject: [Savannah-cvs] [469] (partially) update frontend names
Date: Thu, 19 May 2022 04:28:33 -0400 (EDT)

Revision: 469
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=469
Author:   ineiev
Date:     2022-05-19 04:28:32 -0400 (Thu, 19 May 2022)
Log Message:
-----------
(partially) update frontend names

Modified Paths:
--------------
    trunk/sviki/HowToAdminThisWiki.mdwn

Modified: trunk/sviki/HowToAdminThisWiki.mdwn
===================================================================
--- trunk/sviki/HowToAdminThisWiki.mdwn 2022-05-19 08:18:17 UTC (rev 468)
+++ trunk/sviki/HowToAdminThisWiki.mdwn 2022-05-19 08:28:32 UTC (rev 469)
@@ -125,14 +125,19 @@
 The repository is in `vcs0:/srv/svn/administration`. A post-commit hook
 `vcs0:/srv/svn/administration/hooks/post-commit.d/sv-ikiwiki-refresh-2`
 will be executed after a new SVN commit. The script simply triggers
-an update on `frontend0`:
+an update on `frontend`:
 
     $ cat sv-ikiwiki-refresh-2
     #!/bin/sh
     curl https://savannah.gnu.org/update-sviki/update.php
 
-### On Frontend0
+### On Frontend
 
+Note: Savannah has a few servers named frontendN, and one of them
+runs Savannah web UI as of 2022-05-17, the working frontend is
+frontend2, that is, `frontend0` below should in most cases read
+as `frontend2`.
+
 The apache configuration file
 `frontend0:/etc/apache2/sites-available/ikiwiki.inc` contains the following:
 
@@ -170,15 +175,15 @@
 
 0.  To trigger an update, run:
 
-        curl https://frontend0.savannah.gnu.org/update-sviki/update.php
+        curl https://savannah.gnu.org/update-sviki/update.php
 
     There should be no output. To check for possible apache misconfiguration,
     check the server's HTTP output headers:
 
-        curl -D /dev/stderr 
https://frontend0.savannah.gnu.org/update-sviki/update.php
+        curl -D /dev/stderr https://savannah.gnu.org/update-sviki/update.php
 
     Apache's configuration allows updating only from
-    `frontend`,`frontend0`,`vcs0`,`vsc`,`mgt`,`mgt0`. Other hosts
+    `frontend`, `frontend0`, `vcs0`, `vsc`, `mgt`, `mgt0`. Other hosts
     should get 'HTTP 403 forbidden'.
 
 0.  The `update.php` script writes log messages to apache's error/php log.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]