Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1823

Show
Ignore:
Timestamp:
11/10/07 19:55:58
Author:
fumanchu
Message:

modpython/modwsgi fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/simpleserver/cherrypy/_cpmodpy.py

    r1787 r1823  
    9090                            }) 
    9191     
     92    cherrypy.server.unsubscribe() 
    9293    cherrypy.engine.start() 
    9394     
  • branches/simpleserver/cherrypy/test/modpy.py

    r1688 r1823  
    5656 
    5757 
    58 APACHE_PATH = "apache
     58APACHE_PATH = "httpd
    5959CONF_PATH = "test_mp.conf" 
    6060 
     
    128128        mod.setup_server() 
    129129         
     130        cherrypy.server.unsubscribe() 
    130131        cherrypy.engine.start() 
    131132    from mod_python import apache 
  • branches/simpleserver/cherrypy/test/modwsgi.py

    r1802 r1823  
    141141            "engine.SIGTERM": None, 
    142142            }) 
     143        cherrypy.server.unsubscribe() 
    143144        cherrypy.engine.start(blocking=False) 
    144145    return cherrypy.tree(environ, start_response) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets