PDA

View Full Version : Python


Mark
12-24-2006, 03:13 PM
How does one enable Python for SITEWORX users? What limitations, if any, are there?

Thanks,
Mark

CMI
12-24-2006, 05:01 PM
Well, you can run Python scripts via CGI. You don't need any situps for that so long as Python is installed.

And/or you can install mod_python with
yum install mod_python
and users can use .htaccess to have it work its magic.

Limitations? mod_python requires some configuration work on the user's side to get things running.