diff options
author | Chris McDonough <chrism@plope.com> | 2011-12-17 02:15:38 -0500 |
---|---|---|
committer | Chris McDonough <chrism@plope.com> | 2011-12-17 02:15:38 -0500 |
commit | aad3bade86d73f18cf7a4ab6783feeebfe1f8f72 (patch) | |
tree | f76218bd50061be4582f01fd1a7000a451f20b94 /README.txt | |
parent | ca89e19909700b92fbd8fb9d099141b13a4b8862 (diff) | |
download | waitress-aad3bade86d73f18cf7a4ab6783feeebfe1f8f72.tar.gz |
brute force rename
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,13 +5,13 @@ servers themselves and helper objects, such as tasks and requests. WSGI Support ============ -`zope.server`'s HTTP server comes with WSGI_ support. -``zope.server.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI gateway. -There's also an entry point for PasteDeploy_ that lets you use zope.server's +`waitress`'s HTTP server comes with WSGI_ support. +``waitress.http.wsgihttpserver.WSGIHTTPServer`` can act as a WSGI gateway. +There's also an entry point for PasteDeploy_ that lets you use waitress's WSGI gateway from a configuration file, e.g.:: [server:main] - use = egg:zope.server + use = egg:waitress host = 127.0.0.1 port = 8080 |