X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fdoc%2Fscgi-wsgi.doc;h=58ca3a781006f371f52e777fa28e5165a7b8bf1a;hb=c67f9f8bb7c20ab7c5a6fef9d69d3606f0ff144a;hp=1aab621d3c5c5157ca1525885c8ea18755e259cb;hpb=338bee9d3d0ad8f236a17d9d1b8e7433e1d17c21;p=ashd.git diff --git a/python/doc/scgi-wsgi.doc b/python/doc/scgi-wsgi.doc index 1aab621..58ca3a7 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 connecting PDM clients according to + 'PDM-SPEC'. + AUTHOR ------ Fredrik Tolf