If we would like CherryPy to listen on a different port, we should indicate this in
the global configuration. This can be done by preceding the call to cherrypy.
quickstart() with cherrypy.config.update({'server.socket_
port':8088}). CherryPy has a rich palette of configuration options and can
even be instructed to read its configuration from files. A good starting point for
all the possibilities is http://www.cherrypy.org/wiki/ConfigAPI.