diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-12 23:32:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:28 +0200 |
commit | d3791abea05a66db5e1fddedb20afcd74a6010c1 (patch) | |
tree | 94e84376130dfb04a19de4097262eee75780f751 /network/mod_perl/README | |
parent | b3441ddaad5c4882eb40c4a770807ed59ed0ebdd (diff) | |
download | slackbuilds-d3791abea05a66db5e1fddedb20afcd74a6010c1.tar.gz |
network/mod_perl: Added to 12.2 repository
Diffstat (limited to 'network/mod_perl/README')
-rw-r--r-- | network/mod_perl/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/mod_perl/README b/network/mod_perl/README new file mode 100644 index 0000000000..7002031031 --- /dev/null +++ b/network/mod_perl/README @@ -0,0 +1,10 @@ +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 |