Lines Matching full:startup
13 ``startup`` and the WSGI app is ``app``::
19 PythonOption wsgi.application startup::app
202 startup = None
208 # Run a startup function if requested.
209 global startup
210 if 'wsgi.startup' in options and not startup:
211 func = options['wsgi.startup']
215 startup = apache.resolve_object(module, object_str)
216 startup(req)