in reply to More than mod_cgi less than mod_perl.
If this is what you want, I think that the last requirement there is going to be the kicker.
First off, any module that requires the perl source code and/or libperl to build all its parts is never going to be in the default apache configuration. This includes Apache::PerlRun, since that depends on mod_perl. It also includes PersistentPerl, mentioned elsewhere, since that requires building a separate executeable linked to libperl.
Instead, may I ask: what's wrong with fastcgi?
In the past, fastcgi was almost killed by licensing issues - I think the original developers were for a while wanting you to pay for access to the module - but that's not the case any longer. mod_fastcgi is open source, and there are fastcgi implementations for most webservers out there. (the webserver world doesn't begin and end with Apache) If your webhost isn't offering fastcgi, switch to one that does, and let your old host know why you're switching.
-- @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: More than mod_cgi less than mod_perl.
by techcode (Hermit) on Jun 07, 2005 at 21:41 UTC | |
by Gilimanjaro (Hermit) on Jun 07, 2005 at 22:05 UTC | |
by Cap'n Steve (Friar) on Jun 08, 2005 at 06:37 UTC | |
by techcode (Hermit) on Jun 08, 2005 at 10:02 UTC | |
by Cap'n Steve (Friar) on Jun 09, 2005 at 06:00 UTC |