Python

How does one enable Python for SITEWORX users? What limitations, if any, are there?

Thanks,
Mark

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.