Revision: 110
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=110
Author: agn
Date: 2014-11-19 01:10:19 +0000 (Wed, 19 Nov 2014)
Log Message:
-----------
Savannah Services: add 'conventions used' section
Modified Paths:
--------------
trunk/sviki/SavannahServices.mdwn
Modified: trunk/sviki/SavannahServices.mdwn
===================================================================
--- trunk/sviki/SavannahServices.mdwn 2014-11-19 00:56:05 UTC (rev 109)
+++ trunk/sviki/SavannahServices.mdwn 2014-11-19 01:10:19 UTC (rev 110)
@@ -11,7 +11,22 @@
- [[SavannahArchitecture]]
- [[GnuArchitecture]]
+## Conventions Used
+- Host names
+ - `X.gnu.org` and `X.nongnu.org` point to the same IP.
+ - `X.savannah.gnu.org` and `X.sv.gnu.org` point to the same IP.
+ - `dl` => `dl.sv.gnu.org` => `download.savannah.gnu.org`
+ - `vcs` => `vcs.sv.gnu.org` => `vcs.savannah.gnu.org`
+ - `frontend` => `frontend.sv.gnu.org` (sometimes abbreviated as `fe`,
+ but note there is no DNS entry for `fe.sv.gnu.org`)
+- File names
+ - Filenames with server name are written as `dl:/etc/apache2/xxx.conf` -
+ meaning the file `/etc/apache2/xxx.conf` on the `dl` server (which is
+ `dl.sv.gnu.org`).
+ - Filenames without server name - the server is assumed to be deduced from
+ the context.
+
## Frontend
The `frontend.sv.gnu.org` VM runs the Savannah website (the PHP code).