Described mirroring under SSL

SVN revision: 2355
This commit is contained in:
Stefan Ritt 2011-01-10 11:57:09 +00:00
parent f4ae4c2b7b
commit 6398abc987

View File

@ -2728,6 +2728,11 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
<pre> <pre>
elogd -C http://master.your.domain elogd -C http://master.your.domain
</pre> </pre>
or
<pre>
elogd -C https://master.your.domain
</pre>
for a remote server running under the SSL protocol.
<p> <p>
This command tells elogd to retrieve the configuration file, and This command tells elogd to retrieve the configuration file, and
optionally all logbook entries and password files from the master optionally all logbook entries and password files from the master
@ -2763,11 +2768,12 @@ elogd -v -C http://master.your.domain
statement looks like:<br> statement looks like:<br>
<br> <br>
<code>Mirror server = myhost.mydomain.org:8080, <code>Mirror server = myhost.mydomain.org:8080,
http://another.server.org/elog/</code><br> http://another.server.org/elog/, https://yet.another.org</code><br>
<br> <br>
The URL should not contain any logbook name, this gets added The URL should not contain any logbook name, this gets added
automatically. The second example contains a subdirectory, which is automatically. The second example contains a subdirectory, which is
typically used if the elogd daemon runs under an Apache proxy. typically used if the elogd daemon runs under an Apache proxy.
The third example shows a server running under the SSL protocol.
</li> </li>
<li> <li>
<b><code>Mirror config = 0 | 1</code></b><br> <b><code>Mirror config = 0 | 1</code></b><br>