DESCRIPTION

Usage : sxr-server [options]

List of options:

-h, --help

Display usage summary

-V, --version

Display version information.

-d, --debug

print debug output

-p, --port

port to listen for requests

-r, --document_root

document root, i.e. top level directory for static files

-u, --url

base url under which to reach sxr.cgi

-s, --src

base url under which to reach source files

--cgi

use cgi script instead of in-process SXRServer (for testing)