mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Described mirroring under SSL
SVN revision: 2355
This commit is contained in:
parent
f4ae4c2b7b
commit
6398abc987
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user