Differences
This shows you the differences between two versions of the page.
|
documentation:cmdman:webcit [2009/08/11 18:09] dothebart |
documentation:cmdman:webcit [2013/02/15 14:39] (current) dothebart ipv6 not howto. |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ======OPTIONS====== | ======OPTIONS====== | ||
| - | ^Switch^Result^ | + | ^ Switch ^ Result ^ |
| - | |-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| | + | | -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.| | + | | -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| | + | | -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| | + | | -iIP_ADDR | Specify IP address to listen on as web server eg -i192.168.9.1; default is broadcast bind. You can use i.e. 0.0.0.0 to stop webcit from binding ipv6 if your system doesn't support this. | |
| - | |-pPORT|Specify port to listen on eg. -p80; default is 2000| | + | | -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| | + | | -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 | | + | | -T VAL | 0 (default; recommended for production systems) 1: Parse template on each request | |
| - | |-xVAL|How much info to put in the trace file (or to stdout) eg -x9| | + | | -xVAL | How much info to put in the trace file (or to stdout) eg -x9 | |
| - | |-f|Follow X-Forwarded-For: headers.| | + | | -f | Follow X-Forwarded-For: headers. | |
| - | |-c|Use a server cookie.| | + | | -c | Use a server cookie. | |
| - | |-s|use SSL (turns the -p default to 443)| | + | | -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 - Configfile.); else the path to the unix-domain-socket. Defaults to the compiled in unix domain socket| | + | | remotehost | if the citserver lives on another box, its name / ip (remember to add your webserver IP to the citadel servers public_clients - Configfile.); 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| | + | | remoteport | If you want to connect to citserver via TCP specify its port here; usualy 504 | |
| ======ENVIRONMENT====== | ======ENVIRONMENT====== | ||
| To alter the names presented in the self signed certificates you can set these Environment Variables to override the defaults. | To alter the names presented in the self signed certificates you can set these Environment Variables to override the defaults. | ||