Changeset 1823
- Timestamp:
- 11/10/07 19:55:58
- Files:
-
- branches/simpleserver/cherrypy/_cpmodpy.py (modified) (1 diff)
- branches/simpleserver/cherrypy/test/modpy.py (modified) (2 diffs)
- branches/simpleserver/cherrypy/test/modwsgi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/simpleserver/cherrypy/_cpmodpy.py
r1787 r1823 90 90 }) 91 91 92 cherrypy.server.unsubscribe() 92 93 cherrypy.engine.start() 93 94 branches/simpleserver/cherrypy/test/modpy.py
r1688 r1823 56 56 57 57 58 APACHE_PATH = " apache"58 APACHE_PATH = "httpd" 59 59 CONF_PATH = "test_mp.conf" 60 60 … … 128 128 mod.setup_server() 129 129 130 cherrypy.server.unsubscribe() 130 131 cherrypy.engine.start() 131 132 from mod_python import apache branches/simpleserver/cherrypy/test/modwsgi.py
r1802 r1823 141 141 "engine.SIGTERM": None, 142 142 }) 143 cherrypy.server.unsubscribe() 143 144 cherrypy.engine.start(blocking=False) 144 145 return cherrypy.tree(environ, start_response)

