BaseHTTPServer and Apache

Luis M. González luismgz at gmail.com
Fri Apr 13 21:30:40 EDT 2007


On Apr 13, 8:44 pm, Ron Garret <rNOSPA... at flownet.com> wrote:
> In article <rNOSPAMon-8BDDE1.16253913042... at news.gha.chartermi.net>,
>  Ron Garret <rNOSPA... at flownet.com> wrote:
>
> > Does
> > anyone know of a straightforward way to get Apache to "forward" requests
> > to a given path to another HTTP server running on a different port?
>
> Never mind, I think I figured it out.  Apparently what I need is the
> ProxyPassReverse directive.
>
> I'd still be interested in hearing about people's experience using
> BaseHTTPServer for real applications.
>
> Thanks,
> rg


Some python web frameworks use the aproach you described by means of
mod_rewrite.
For example, Karrigell and Cherrypy (although they offer also other
ways of deployment).
This page in Karrigell's docs show how: http://karrigell.sourceforge.net/en/apache.htm






More information about the Python-list mailing list