mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added Apache proxy configuration
SVN revision: 104
This commit is contained in:
parent
98f0d637b7
commit
306a925c45
@ -115,11 +115,14 @@ ProxyRequests On
|
|||||||
ProxyPass /elog/ http://your.host.domain:8080/
|
ProxyPass /elog/ http://your.host.domain:8080/
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
<p>
|
<p>
|
||||||
Make sure that the Apache modules mod_proxy.c and mod_alias.c are activated. The <i>Redirect</i> statement
|
Make sure that the Apache modules mod_proxy.c and mod_alias.c are activated. The <i>Redirect</i>
|
||||||
is necessary to automatically append a "/" to a request like
|
statement is necessary to automatically append a "/" to a request like <code><b>
|
||||||
<code><b>http://your.host.domain/elog</code></b>. Apache then works as a proxy and forwards all requests
|
http://your.host.domain/elog</code></b>. Apache then works as a proxy and forwards all requests
|
||||||
starint with <code><b>/elog</b></code> to the elogd daemon.<p>
|
starint with <code><b>/elog</b></code> to the elogd daemon.<p>
|
||||||
|
|
||||||
|
Note that the variable $remote_host cannot be used inside elogd since the remote host is always
|
||||||
|
the proxy host (anybody knows how to fix that???).<p>
|
||||||
|
|
||||||
<h3><hr><i>Notes for the Solaris platform</i>:</h3>
|
<h3><hr><i>Notes for the Solaris platform</i>:</h3>
|
||||||
|
|
||||||
<p><a href="mailto:huber@secaron.de">Martin Huber</a> reports that
|
<p><a href="mailto:huber@secaron.de">Martin Huber</a> reports that
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user