From d5e682384ea309011db726a3f780e7b202280fab Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 7 Jun 2004 11:10:42 +0000 Subject: [PATCH] Rewrote service section SVN revision: 894 --- doc/adminguide.html | 69 +++++++++++---------------------------------- 1 file changed, 16 insertions(+), 53 deletions(-) diff --git a/doc/adminguide.html b/doc/adminguide.html index 7b27ecc6..ff3ee35b 100755 --- a/doc/adminguide.html +++ b/doc/adminguide.html @@ -207,63 +207,26 @@ the default stack size. The command limit stacksize unlimited (for Read the according thread in the forum.

-


-
  Installing and running in Windows  
+
  Installing and running in Windows  

+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 +possible to run it as a service (the Windows equivalent of a UNIX daemon).

- 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 possible to run it as a service (the Windows equivalent of a UNIX daemon). -

-Download the latest elogxxx.exe file and execute it. The installer puts the ELOG system into a directory you specify and adds some menu -shortcuts. With these shortcuts, the daemon elogd.exe can be started directly and the demo logbook can be accessed with the browser. Under Windows, the ports below 1024 can be used without restriction. So if no web server is running on the same PC the ELOG daemon listens under the standard -Web port 80. -

-The "-D" (daemon) command line option only works under UNIX. To start -elogd as a service under Windows NT/2000, you can do one of the following : -

-

-

+Under Windows, the ports below 1024 can be used +without restriction. So if no web server is running on the same PC the ELOG daemon can +be started under the standard Web port 80. This is achieved by changing the port=8080 +option in elogd.cfg to port=80 and restarting elogd.


  Server Configuration