X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fdoc%2Fscgi-wsgi.doc;h=f67191fd5907a885ecd27873520bbe7ae54dd471;hp=1aab621d3c5c5157ca1525885c8ea18755e259cb;hb=62705f8e38c65b1eddca7e88d57cf9f3ee3a71c5;hpb=e0c88e73e0686a5fb12ec0e2a7303597a77fec30 diff --git a/python/doc/scgi-wsgi.doc b/python/doc/scgi-wsgi.doc index 1aab621..f67191f 100644 --- a/python/doc/scgi-wsgi.doc +++ b/python/doc/scgi-wsgi.doc @@ -7,7 +7,7 @@ scgi-wsgi - WSGI adapter for SCGI SYNOPSIS -------- -*scgi-wsgi* [*-hA*] [*-p* 'MODPATH'] [*-T* \[HOST:]'PORT'] 'HANDLER-MODULE' ['ARGS'...] +*scgi-wsgi* [*-hA*] [*-m* 'PDM-SPEC'] [*-p* 'MODPATH'] [*-T* \[HOST:]'PORT'] 'HANDLER-MODULE' ['ARGS'...] DESCRIPTION ----------- @@ -53,6 +53,12 @@ OPTIONS address listening for connections on 'PORT' instead. If 'HOST' is not given, `localhost` is used by default. +*-m* 'PDM-SPEC':: + + If the PDM library is installed on the system, create a + listening socket for connection PDM clients according to + 'PDM-SPEC'. + AUTHOR ------ Fredrik Tolf