[mod_python] Cookies & mod_rewrite

Graham Dumpleton grahamd at dscpl.com.au
Mon Sep 18 18:26:00 EDT 2006


CARTWRIGHT, Guy, GBM wrote ..
>         RewriteEngine On
>         RewriteRule ^(.*)$
> http://192.168.100.100:5090/VirtualHostBase/http/myserver.com:80/dev/content
> _root/VirtualHostRoot/$1 [P,L]    

BTW. not that it will help in your case, but in mod_python 3.3 it will be
possible to set up proxying of requests from within a mod_python
handler.

I don't know about others, but I find mod_rewrite to be hard to
follow at the best of times and so being able to setup proxying from
Python code is a welcome addition. :-)

See:

  http://issues.apache.org/jira/browse/MODPYTHON-141

for further details.

Graham


More information about the Mod_python mailing list