spyce v1.3.13, by Rimon Barr: Python Server Pages
Command-line usage:
spyce [-c] [-o filename.html] <filename.spy>
spyce [-w] <filename.spy> <-- CGI
spyce -O filename(s).spy <-- batch process
spyce -l [-p port] [-d file ] [<root>] <-- proxy server
spyce -h | -v
-h, -?, --help display this help information
-v, --version display version
-o, --output send output to given file
-O send outputs of multiple files to *.html
-c, --compile compile only; do not execute
-w, --web cgi mode: emit headers (or use run_spyceCGI.py)
-q, --query set QUERY_STRING environment variable
-l, --listen run in HTTP server mode
-d, --daemon run as a daemon process with given pidfile
-p, --port listen on given port, default 80
--conf [file] Spyce configuration file
To configure Apache, please refer to: spyceApache.conf
For more details, refer to the documentation.
http://spyce.sourceforge.net
Send comments, suggestions and bug reports to <rimon-AT-acm.org>.
|