From 306a925c45ca79d18e559900fbc2c4a3fe827f5a Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 11 Jun 2002 12:02:46 +0000 Subject: [PATCH] Added Apache proxy configuration SVN revision: 104 --- doc/adminguide.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/adminguide.html b/doc/adminguide.html index 64c67384..a4ecc781 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -115,11 +115,14 @@ ProxyRequests On ProxyPass /elog/ http://your.host.domain:8080/

-Make sure that the Apache modules mod_proxy.c and mod_alias.c are activated. The Redirect statement -is necessary to automatically append a "/" to a request like -http://your.host.domain/elog. 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 Redirect +statement is necessary to automatically append a "/" to a request like +http://your.host.domain/elog. Apache then works as a proxy and forwards all requests starint with /elog to the elogd daemon.

+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???).

+


Notes for the Solaris platform:

Martin Huber reports that