slackbuilds_ponce/development/mod_perl
2010-05-11 22:22:39 +02:00
..
doinst.sh development/mod_perl: Updated for version 2.0.4 2010-05-11 22:22:39 +02:00
mod_perl.conf development/mod_perl: Updated for version 2.0.4 2010-05-11 22:22:39 +02:00
mod_perl.info development/mod_perl: Updated for version 2.0.4 2010-05-11 22:22:39 +02:00
mod_perl.SlackBuild development/mod_perl: Updated for version 2.0.4 2010-05-11 22:22:39 +02:00
README development/mod_perl: Added to 12.0 repository 2010-05-11 20:00:26 +02:00
slack-desc development/mod_perl: Added to 12.0 repository 2010-05-11 20:00:26 +02:00

Mod_perl incorporates a Perl interpreter into the Apache web server,
so that the Apache web server can directly execute Perl code.
Mod_perl links the Perl runtime library into the Apache web server and
provides an object-oriented Perl interface for Apache's C language
API. The end result is a quicker CGI script turnaround process, since
no external Perl interpreter has to be started.

To tell Apache to load it, you'll have to put the following line 
somewhere into /etc/httpd/httpd.conf:
  Include /etc/httpd/mod_perl.conf