X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python3%2Fdoc%2Fscgi-wsgi3.doc;h=d516859c7d058d828f799933168b7f6de5e993fb;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hp=24bac3a7909367c6ae8d5266505917f85d2f31d1;hpb=62705f8e38c65b1eddca7e88d57cf9f3ee3a71c5;p=ashd.git diff --git a/python3/doc/scgi-wsgi3.doc b/python3/doc/scgi-wsgi3.doc index 24bac3a..d516859 100644 --- a/python3/doc/scgi-wsgi3.doc +++ b/python3/doc/scgi-wsgi3.doc @@ -7,7 +7,7 @@ scgi-wsgi3 - WSGI adapter for SCGI SYNOPSIS -------- -*scgi-wsgi3* [*-hA*] [*-m* 'PDM-SPEC'] [*-p* 'MODPATH'] [*-T* \[HOST:]'PORT'] 'HANDLER-MODULE' ['ARGS'...] +*scgi-wsgi3* [*-hAL*] [*-m* 'PDM-SPEC'] [*-p* 'MODPATH'] [*-t* 'HANDLING-MODEL'] [*-T* \[HOST:]'PORT'] 'HANDLER-MODULE' ['ARGS'...] DESCRIPTION ----------- @@ -41,11 +41,22 @@ OPTIONS the WSGI application object. See the PROTOCOL section of *ashd-wsgi*(1) for details. +*-L*:: + By default, *scgi-wsgi3* sets up the Python logging with a + logging format and for logging to standard error. The *-L* + option suppresses that behavior, so that any handler module + may set up logging itself. + *-p* 'MODPATH':: Prepend 'MODPATH' to Python's `sys.path`; can be given multiple times. +*-t* 'HANDLING-MODEL':: + + Specify the way *scgi-wsgi3* handles requests. See the REQUEST + HANDLING section of *ashd-wsgi3*(1) for details. + *-T* \[HOST:]'PORT':: Instead of using a listening socket passed on standard input @@ -56,7 +67,7 @@ OPTIONS *-m* 'PDM-SPEC':: If the PDM library is installed on the system, create a - listening socket for connection PDM clients according to + listening socket for connecting PDM clients according to 'PDM-SPEC'. AUTHOR