Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

webcit(8) [debian man page]

WEBCIT(8)							    Citadel.org 							 WEBCIT(8)

NAME
webcit - Citadel Servlet Engine. SYNOPSIS
webcit [-i ip_addr] [-p http_port] [-t tracefile] [-T Templatedebuglevel] [-c] [-f] [-d] [-s] [remotehost [remoteport] ] DESCRIPTION
WebCit (the binaries name is webcit) is the Citadel Servlet engine. It can operate with Citserver on another box, but it can't operate without. OPTIONS
SwitchResult -hPATH Specify the home directory eg. -h/usr/local/citadel not adding a leading / will make the path relative to the compiletime path. Needed for running several webcit/citadel instances at the same host -d Run as a daemon; fork watcher process. -DPATH Run as a daemon but create a pid file at PATH eg. -D/var/run/webcit.pid -iIP_ADDR Specify IP address to listen on as web server eg -i192.168.9.1; default is 0.0.0.0 -pPORT Specify port to listen on eg. -p80; default is 2000 -tPATH Specify trace file (where to put the log file) eg -t/var/log/webcit -T VAL 0 (default; recommended for production systems) 1: Parse template on each request .TP -xVAL How much info to put in the trace file (or to stdout) eg -x9 -f Follow X-Forwarded-For: headers. -c Use a server cookie. -s use SSL (turns the -p default to 443) remotehost if the citserver lives on another box, its name / ip (remember to add your webserver IP to the citadel servers public_clients - Con- figfile.); else the path to the unix-domain-socket. Defaults to the compiled in unix domain socket remoteport If you want to connect to citserver via TCP specify its port here; usualy 504 DEFAULTS
The default for remotehost is to connect localy via Unix Domain Socket. The default TCP port is 504. webcit will open Port 2000 serving HTTP requests and bind 0.0.0.0 if not other specified. FILES
The location of the files may vary depending on configure options. .TP /usr/share/citadel-webcit/static// WebCits template files /usr/share/citadel-webcit/static.local// Your customized templates /usr/share/tinymce/www// the TinyMCE [http://tinymce.moxiecode.com/] Javascript Editor /etc/init.d/webcit/ The initscript usually used to start this binary. Add Options here /etc/default/webcit/ Parameters to /etc/init.d/webcit/ in the LHFS ified installations dpkg-reconfigurecitadel-webcitwillmodifythisfile. HISTORY
1998 - Now the Uncensored Communication Group webcit 2008-9-4 WEBCIT(8)

Check Out this Related Man Page

IS-IS(8)							  Version 0.97.3							  IS-IS(8)

NAME
isisd - an IS-IS routing engine for use with Quagga routing software. SYNOPSIS
isisd [ -dhv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [ -A vty-address ] [ -u user ] [ -g group ] DESCRIPTION
isisd is a routing component that works with the Quagga routing engine. OPTIONS
Options available for the isisd command: -d, --daemon Runs in daemon mode, forking and exiting from tty. -f, --config-file config-file Specifies the config file to use for startup. If not specified this option will likely default to /usr/local/etc/isisd.conf. -g, --group group Specify the group to run as. Default is quagga. -h, --help A brief message. -i, --pid_file pid-file When isisd starts its process identifier is written to pid-file. The init system uses the recorded PID to stop or restart isisd. The likely default is /var/run/isisd.pid. -P, --vty_port port-number Specify the port that the isisd VTY will listen on. This defaults to 2608, as specified in /etc/services. -A, --vty_addr vty-address Specify the address that the isisd VTY will listen on. Default is all interfaces. -u, --user user Specify the user to run as. Default is quagga. -v, --version Print the version and exit. FILES
/usr/local/sbin/isisd The default location of the isisd binary. /usr/local/etc/isisd.conf The default location of the isisd config file. $(PWD)/isisd.log If the isisd process is config'd to output logs to a file, then you will find this file in the directory where you started isisd. WARNING
This man page is intended to be a quick reference for command line options. The definitive document is the Info file Quagga. DIAGNOSTICS
The isisd process may log to standard output, to a VTY, to a log file, or through syslog to the system logs. isisd supports many debugging options, see the Info file, or the source for details. SEE ALSO
bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8), vtysh(1) BUGS
isisd is ALPHA quality at the moment and hasn't any way ready for production use. isisd eats bugs for breakfast. If you have food for the maintainers try http://bugzilla.quagga.net AUTHORS
See http://isisd.sourceforge.net or the Info file for an accurate list of authors. Quagga IS-IS daemon 25 November 2004 IS-IS(8)
Man Page