[mod_python] Help with mod_python, mod_proxy & cookies

Graham Dumpleton grahamd at dscpl.com.au
Wed Jan 24 19:13:28 EST 2007


Marc Boorshtein wrote ..
> THANKS!
> >
> > Again, this requires mod_python 3.3.0b.
> 
> Whats in mod_python 3.3.0b that this requires?

Prior to mod_python 3.3.0b you couldn't change req.uri so as to set up
what 'proxy-server' expects to see. Also, mod_python 3.3.0b added the
ability to create Python based input/output filter functions that could then
be registered and enabled for just the current request from inside the
handler itself using an actual reference to the function object.

You can find mod_python 3.3.0b at:

  http://httpd.apache.org/modules/python-download.cgi

if you aren't currently using it.

Graham


More information about the Mod_python mailing list