• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

K.i.s.s.

S

SHGreg

Guest
Keep It Simple, Stupid ;) Rather than have the following titles in a domains setup:

mod_perl support
mod_python support
mod_fcgid support

Why not just:

Perl
Python
Ruby on Rails

:p
 
mod_perl support and Perl support are not the same thing. Perl CGI scripts don't use mod_perl for instance. So, disabling mod_perl support doesn disable Perl support.

And yeah, you'll want to use Ruby on Rails with FastCGI, but mod_fcgid is really not the same as RoR support. For instance I use Movable Type with FastCGI now and Movable Type is written in Perl, so this has absolutely nothing to do with Ruby.
 
Back
Top