[LUNI] Does Apache 2.0 need perl mod?
Walter
we3 at sprynet.com
Thu Apr 20 22:28:28 CDT 2006
You don't need mod_perl to run perl, cgi, or perl cgi's.
I believe mod_perl can your scripts run faster by having a perl
interpreter running all the time, and various other things. Your script
might need to be changed though if you want to run it through mod_perl.
Perl cgi is not, as far as the webserver goes, distinctively different
from any other type of cgi. So if you can run a cgi in Apache you
should be able to run a perl cgi.
I believe getting cgi's running in apache 2 is the basically the same as
in apache 1. In fact, most things seem to be just about the same in
apache 2.
On Thu, 2006-04-20 at 18:56 -0500, Joel Hacker wrote:
> Dumb question here, but I have an apache 2.2
> webserver and am trying to get perl cgi scripts
> to run.
>
> Whenever I try to build mod_perl, it tells me
> that it is only for Apache release 1.
>
> Is perl cgi built into Apache 2, or is there
> another version of mod_perl that I need, or
> how does one make cgi's run in Apache 2.
>
> (I am familiar with how to get it to run in
> Apache 1.)
>
> Thanks!
--
Walter <we3 at sprynet.com>
More information about the luni
mailing list