Python Apache Handler

Sells, Fred fred.sells at adventistcare.org
Fri Jan 9 15:31:06 EST 2009


Mod_python works, but if you are doing anything significant look into
one of the many frameworks like turbogears or django.  More structure to
learn but less code when all is said and done.

> -----Original Message-----
> From: python-list-bounces+frsells=adventistcare.org at python.org
> [mailto:python-list-bounces+frsells=adventistcare.org at python.org] On
> Behalf Of Scooter
> Sent: Friday, January 09, 2009 9:37 AM
> To: python-list at python.org
> Subject: Python Apache Handler
> 
> Does anyone have any good examples, or links thereto for using python
> as an Apache handler? And I should qualify all of this by saying I'm a
> python newbie, and while having experience with Apache, I've never
> done anything outside whats "in the box" .
> 
> What I'm looking for is how one might use Python not from the CGI/
> presentation side but more on the backend...i.e. for each page Apache
> serves up examine the request and update some headers, or add a cookie
> to the response. Or possibly use Python for writing a custom Apache
> logger. I've searched the web but typically end up with pages for
> mod_python and writing CGI scripts.
> 
> And if you feel this is better posted in an Apache group vs. here, let
> me apologize up front.
> 
> Thanks
> --
> http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list