hello we would like to enable one or more websites to use python. this is a master/slave install with debian. is that possible? how? thanks
I assume you use Apache? ISPConfig has or had built-in support for mod_python, but mod_python is outdated. Today, one would probably use mod_wsgi or similar. There is no built-in support for that, but it might be possible to configure that using the Apache directives field of the website when the module is installed. I do not develop in Python, so I cannot provide you with firsthand experience on that topic.