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