Added Apache proxy configuration

SVN revision: 104
This commit is contained in:
2002-06-11 12:02:46 +00:00
parent 98f0d637b7
commit 306a925c45
+6 -3
View File
@@ -115,11 +115,14 @@ ProxyRequests On
ProxyPass /elog/ http://your.host.domain:8080/
</pre></ul>
<p>
Make sure that the Apache modules mod_proxy.c and mod_alias.c are activated. The <i>Redirect</i> statement
is necessary to automatically append a "/" to a request like
<code><b>http://your.host.domain/elog</code></b>. Apache then works as a proxy and forwards all requests
Make sure that the Apache modules mod_proxy.c and mod_alias.c are activated. The <i>Redirect</i>
statement is necessary to automatically append a "/" to a request like <code><b>
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>
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>
<p><a href="mailto:huber@secaron.de">Martin Huber</a> reports that