diff --git a/doc/adminguide.html b/doc/adminguide.html
index 3e0a4045..c1f43d23 100755
--- a/doc/adminguide.html
+++ b/doc/adminguide.html
@@ -154,6 +154,40 @@ The contents of the all-important configuration file elogd.cfg
described below.
+ +
+
Martin Huber reports that +under Solaris 7 the following command line is needed to compile elog: +
+
gcc -L/usr/lib/ -ldl -lresolv -lm -ldl -lnsl -lsocket elogd.c -o elogd
+With some combinations of Solaris servers and client-side browsers there have also
+been problems with ELOG's keep-alive feature. In such a case you need to add
+the "-k" flag to the elogd command line to turn keep-alives off.
+
+ +
Sridhar Anandakrishnan and +Recai Oktas report that under Mac OS X there is a problem with +the default stack size. The command limit stacksize unlimited (for tcsh) or +ulimit -s unlimited (for bash) increases the stacksize and fixes this problem. +Read the according thread in the forum. +
+ +
Otto David maintains the +ELOG port for FreeBSD. To +install ELOG on a FreeBSD system, one can simply type + +
cd /usr/ports/www/elog
+make install clean+
For cases where elogd should run under port 80 in parallel to an Apache server,
@@ -188,29 +222,6 @@ into elogd.cfg.
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???).
- - -
Martin Huber reports that -under Solaris 7 the following command line is needed to compile elog: -
-
gcc -L/usr/lib/ -ldl -lresolv -lm -ldl -lnsl -lsocket elogd.c -o elogd
-With some combinations of Solaris servers and client-side browsers there have also
-been problems with ELOG's keep-alive feature. In such a case you need to add
-the "-k" flag to the elogd command line to turn keep-alives off.
-
- -
Sridhar Anandakrishnan and -Recai Oktas report that under Mac OS X there is a problem with -the default stack size. The command limit stacksize unlimited (for tcsh) or -ulimit -s unlimited (for bash) increases the stacksize and fixes this problem. -Read the according thread in the forum. -
-
ELOG is distributed in binary (executable) form for Windows platforms. It will run happily in console mode (or "DOS box") under Windows 9x and ME. Under Windows NT and 2000 it is also