ó aòNc@s§dZddlZyddlmZWnnXddlmZdefd„ƒYZdefd„ƒYZd Z d efd „ƒYZ da da iad „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((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyt__init__>scCsdS(N((R((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pytcloseAsiÿÿÿÿcCs|jj|ƒS(N(Rtread(Rtsize((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyRDscCs|jj|ƒS(N(Rtreadline(RR((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyR GscCs|jj|ƒS(N(Rt readlines(Rthint((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyR Jsccs.|jƒ}x|r)|V|jƒ}qWdS(N(R (Rtline((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyt__iter__Ms  (t__name__t __module__RRRR R R (((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyR<s      t ErrorWrappercBs,eZd„Zd„Zd„Zd„ZRS(cCs ||_dS(N(R(RR((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyRXscCsdS(N((R((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pytflush[scCs|jj|ƒdS(N(Rt log_error(Rtmsg((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pytwrite^scCs|jdj|ƒƒdS(Nt(Rtjoin(Rtseq((s@/opt/alt/python27/lib/python2.7/site-packages/paste/modpython.pyt writelinesas(RRRRRR(((s@/opt/alt/python27/lib/python2.7/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|_|jƒ}y+tj}|tjƒ}|tjƒ}Wnµtk r÷|jddƒj ƒ}|dkr}t }n%|dkr’t}nt t dƒ‚|jddƒj ƒ}|dkrÏt }qø|dkrät}qøt t dƒ‚nXt tj|ƒƒ}|_d|krL|d|d<|jt|dƒ|d2s `