• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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