logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

elogd - web server program for Electronic Logbook ELOG

Author

       Written by Stefan Ritt <stefan.ritt@psi.ch>.

       This manual page was written by Recai Oktas <roktas@omu.edu.tr>, for the Debian GNU/Linux system (but may
       be used by others).

                                                January 15, 2003                                        ELOGD(8)

Description

       The Electronic Logbook ELOG can be used to store and retrieve messages through a Web interface. Depending
       on the configuration, the ELOG system can host one or more logbooks which are stored in separate sections
       on the server.  elogd is the daemon program serving as a simple web server for the ELOG system.

Name

       elogd - web server program for Electronic Logbook ELOG

Options

elogd accepts the following options:

       -Curl clone remote elogd configuration

       -cfile
              specify configuration file

       -D     become a daemon

       -ddirectory
              specify logbook root directory

       -ffile
              specify PID file

       -M     synchronize with removing deleted entries

       -m     synchronize logbook(s) with remote server

       -nhost
              host where elogd will run

       -k     do not use keep-alive

       -llogbook
              specify logbook for `-r' and `-w' commands

       -pport
              port where elogd will run

       -S     be silent

       -sdirectory
              specify resource directory (eg. themes, icons)

       -v     debugging output

       -x     enable execution of shell commands (unless compiled with this feature)

See Also

elog(1).

       The full documentation for ELOG is maintained as an html manual.  You  can  reach  it  from  the  package
       document directory.

Synopsis

elog  [ -Curl ] [ -cfile ] [ -D ] [ -ddirectory ] [ -ffile ] [ -k ] [ -llogbook ] [ -M ] [ -m ] [ -nhostname ] [ -pport ] [ -S ] [ -sdirectory ] [ -v ] [ -x ]

Warnings

elogd  is  run under a separate user/group elog , by default. You might change it via Usr and Grp options
       in configuration file. The configuration and stylesheet files should be readable by that user.

       Passwords are transferred over the network in plain text and therefore, are not secure. So  if  passwords
       are used elogd should be started with the SSL option in the configuration file for secure connections.

See Also