Using Python under apache

Greg Landrum glandrum at my-deja.com
Sat Sep 30 11:24:18 EDT 2000


In article <QWfB5.13434$O7.180924 at ozemail.com.au>,
  "Plato" <platocrap at hotmail.com> wrote:
> Can anyone tell me how to use python cgi scripts under apache. Is
there a
> module I have to install? I have a standard apache installation under
Redhat
> 6.1.
>

If you just want to do standard cgi stuff, you can just use the
standard cgi module and put your scripts somewhere that Apache
knows about (and where the Apache permissions are set properly).

If you want to have a bit more flexibility, you may want to look
into mod_python (www.mod_python.org).

-greg



Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list