• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Python as FastCGI or CGI

M

Marcel Ruhf

Guest
Hallo there,


first, my server specs:

=============

Operating System: CentOS 5.6 (64 Bit)
HTTPD version: 2.2.19
PHP version: 5.2.17 (as CGI)
Perl version: 5.8.8
Python version: 2.4
Miva support
Plesk Panel version: 10.3.0

=============

I would like to provide my customers with Python support for their hosting accounts.
On plesk, Python runs as mod_python. What I would like to achieve s to run Python
as CGI or FastCGI. I generally don't like to use mod_python due to the fact that it executes
scripts using the apache user.

Thanks in advance.
 
Clarification

Hallo @breun,

what I would like to ask / what I have asked for in the previous post is whether or not it would be posible to run Python scripts as FastCGI or CGI as I have not seen any posts regarding this on the Net yet?

Kind regards,
Marcel Ruhf
 
I believe it would work just fine. At least I know it does for Perl scripts (I rename scripts to *.fcgi to run them using FastCGI). Have you tried Python scripts? If so and it didn't work, what have you done exactly?
 
Back
Top