Files
bongo/man/bongo-standalone.1
T
2007-05-24 18:04:06 +00:00

52 lines
1.1 KiB
Groff

.TH "bongo-standalone" 1 "Bongo Project" "http://bongo-project.org/"
.SH NAME
bongo-standalone \- Bongo standalone web server
.SH SYNOPSIS
.B bongo-standalone
.RI [ options ]
.SH DESCRIPTION
.B bongo-standalone
is a standalone Bongo web server. It is written in Python and is useful for running Bongo without Apache.
.SH OPTIONS
.TP
.BR \-h ", " \-\^\-help
Show help message and exit.
.TP
.BR \-d ", " \-\^\-debug
Enable debugging output.
.TP
.BR \-D ", " \-\^\-devel
Development mode (implies
.B \-d
).
.TP
.BR \-\^\-profile
Enable profiling output.
.TP
.BR \-\^\-profile-memory
Enable memory profiling (requires sizer).
.TP
.BR \-\^\-ssl
Enable SSL.
.TP
.BI \-p " PORT" "\fR,\fP \-\^\-port=" PORT
Specify port for the HTTP server. Defaults to 8080.
.TP
.BI \-s " SLEEP" "\fR,\fP \-\^\-sleep=" SLEEP
TODO. Defaults to 0
.TP
.BR \-a ", " \-\^\-auth-always
Authenticate all requests.
.TP
.BR \-\^\-no-dns
Disable reverse DNS lookups for logging.
.TP
.BI "\-\^\-file-path=" FILEPATH
Specify a static file path,
.I FILEPATH
, to serve.
.SH "AUTHOR"
This man page was written by Jonny Lamb <jonnylamb@jonnylamb.com>.
.SH "SEE ALSO"
bongo-setup(1), bongo-admin(1)