Ñò ô†³Kc @s§dZddkZyddklZWnnXddklZdefd„ƒYZdefd„ƒYZd Z d efd „ƒYZ da da had „ZdS( s½WSGI Paste wrapper for mod_python. Requires Python 2.2 or greater. Example httpd.conf section for a Paste app with an ini file:: SetHandler python-program PythonHandler paste.modpython PythonOption paste.ini /some/location/your/pasteconfig.ini Or if you want to load a WSGI application under /your/homedir in the module ``startup`` and the WSGI app is ``app``:: SetHandler python-program PythonHandler paste.modpython PythonPath "['/virtual/project/directory'] + sys.path" PythonOption wsgi.application startup::app If you'd like to use a virtual installation, make sure to add it in the path like so:: SetHandler python-program PythonHandler paste.modpython PythonPath "['/virtual/project/directory', '/virtual/lib/python2.4/'] + sys.path" PythonOption paste.ini /virtual/project/directory/pasteconfig.ini Some WSGI implementations assume that the SCRIPT_NAME environ variable will always be equal to "the root URL of the app"; Apache probably won't act as you expect in that case. You can add another PythonOption directive to tell modpython_gateway to force that behavior: PythonOption SCRIPT_NAME /mcontrol Some WSGI applications need to be cleaned up when Apache exits. You can register a cleanup handler with yet another PythonOption directive: PythonOption wsgi.cleanup module::function The module.function will be called with no arguments on server shutdown, once for each child process or thread. This module highly based on Robert Brewer's, here: http://projects.amor.org/misc/svn/modpython_gateway.py iÿÿÿÿN(tapache(tloadappt InputWrappercBsGeZd„Zd„Zdd„Zdd„Zdd„Zd„ZRS(cCs ||_dS(N(treq(tselfR((s3/usr/lib/python2.6/site-packages/paste/modpython.pyt__init__>scCsdS(N((R((s3/usr/lib/python2.6/site-packages/paste/modpython.pytcloseAsiÿÿÿÿcCs|ii|ƒS(N(Rtread(Rtsize((s3/usr/lib/python2.6/site-packages/paste/modpython.pyRDscCs|ii|ƒS(N(Rtreadline(RR((s3/usr/lib/python2.6/site-packages/paste/modpython.pyR GscCs|ii|ƒS(N(Rt readlines(Rthint((s3/usr/lib/python2.6/site-packages/paste/modpython.pyR Jsccs0|iƒ}x|o|V|iƒ}qWdS(N(R (Rtline((s3/usr/lib/python2.6/site-packages/paste/modpython.pyt__iter__Ms  (t__name__t __module__RRRR R R (((s3/usr/lib/python2.6/site-packages/paste/modpython.pyR<s      t ErrorWrappercBs,eZd„Zd„Zd„Zd„ZRS(cCs ||_dS(N(R(RR((s3/usr/lib/python2.6/site-packages/paste/modpython.pyRXscCsdS(N((R((s3/usr/lib/python2.6/site-packages/paste/modpython.pytflush[scCs|ii|ƒdS(N(Rt log_error(Rtmsg((s3/usr/lib/python2.6/site-packages/paste/modpython.pytwrite^scCs|idi|ƒƒdS(Nt(Rtjoin(Rtseq((s3/usr/lib/python2.6/site-packages/paste/modpython.pyt writelinesas(RRRRRR(((s3/usr/lib/python2.6/site-packages/paste/modpython.pyRVs   sfYou must provide a PythonOption '%s', either 'on' or 'off', when running a version of mod_python < 3.1tHandlercBs/eZd„Zd„Zdd„Zd„ZRS(cCsòt|_|iƒ}y+ti}|tiƒ}|tiƒ}Wn¿tj o³|iddƒi ƒ}|djo t }n(|djo t}nt t dƒ‚|iddƒi ƒ}|djo t }q|djo t}qt t dƒ‚nXt ti|ƒƒ}|_d|jo-|d|d<|it|dƒ|d2s `