Class: FCGIServer | Zope-2.2.1-src/ZServer/FCGIServer.py | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Listens for and accepts FastCGI requests and hands them off to a FCGIChannel for handling. FCGIServer can be configured to listen on either a specific port (for inet sockets) or socket_file (for unix domain sockets.) For inet sockets, the ip argument specifies the address from which
the server will accept connections, '' indicates all addresses. If
you only want to accept connections from the localhost, set ip to
|