spyce
home
license
community
download
examples
resources
wishlist
contrib (@sf)
documentation
intro
lang
runtime
modules
tags
install
exits
sourceforge
statistics
freshmeat

Documentation - Runtime
[[ Spyce ]]
Python Server Pages
by Rimon Barr

Prev: 3.4 - Static Content Up: 3 - Runtime Next: 3.6 - Configuration

3.5. Command line

The full command-line syntax is:

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>.


Prev: 3.4 - Static Content Up: 3 - Runtime Next: 3.6 - Configuration


© 2002-06 Rimon Barr
email: rimon@acm.org
Spyce Powered SourceForge Logo [[ Spyce ]]
Python Server Pages
version 1.3.13