From 6398abc98794f65f88dc6817acd9e4e79f2d9ee6 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 10 Jan 2011 11:57:09 +0000 Subject: [PATCH] Described mirroring under SSL SVN revision: 2355 --- doc/config.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/config.html b/doc/config.html index f36dd8ae..b697fed5 100755 --- a/doc/config.html +++ b/doc/config.html @@ -2728,6 +2728,11 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
 elogd -C http://master.your.domain
 
+or +
+elogd -C https://master.your.domain
+
+ for a remote server running under the SSL protocol.

This command tells elogd to retrieve the configuration file, and optionally all logbook entries and password files from the master @@ -2763,11 +2768,12 @@ elogd -v -C http://master.your.domain statement looks like:

Mirror server = myhost.mydomain.org:8080, - http://another.server.org/elog/
+ http://another.server.org/elog/, https://yet.another.org

The URL should not contain any logbook name, this gets added automatically. The second example contains a subdirectory, which is typically used if the elogd daemon runs under an Apache proxy. + The third example shows a server running under the SSL protocol.

  • Mirror config = 0 | 1