You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cherrypy.wsgiserver is no longer included as source package.
CherryPy is still the recommended standalone WSGI server, and deployed with the
binary installation. It is also installed as dependency by setup.py test.
However if a source installation is used, either install cherrypy using pip install cherrypy or choose another server using the --server option.
Configuration:
New options server and server_args
Removed ext_servers option
Standalone server:
New command line option --server (defaults to cherrypy)