Nitro In Flames

By manveru.

Chapter 5: Work in Progress

Needed a place to put this stuff…

Specific options:
    -s, --start                      Start application.
    -S, --stop                       Stop application.
    -r, --restart                    Restart application.
    -d, --daemon                     Run application as a daemon.
    -D, --debug                      Run application in debug mode.
    -T, --stage                      Run application in stage mode.
    -L, --live                       Run application in live mode.
    -w, --webrick                    Use a webrick server [default].
    -l, --lhttpd                     Use a lighttpd server (FastCGI).
        --lhttpd-scgi                Use the SCGI adapter (Lighttpd).
    -a, --apache                     Use an apache server.
        --apache-cgi                 Use the CGI adapter (Apache)
    -C, --console                    Start a console attached to an instance of the application.
        --crawl                      Crawl the application.
        --render                     Crawl the application and render all pages as static html files.
    -v, --version                    Show version.
    -h, --help                       Show this message.

Question: Specific options for what? scgi_service? scgi_ctl? Something else?

first