summaryrefslogtreecommitdiff
path: root/network/mod_perl/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <HMWiesinger@gmx.at>2010-05-12 23:32:28 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-12 23:32:28 +0200
commitd3791abea05a66db5e1fddedb20afcd74a6010c1 (patch)
tree94e84376130dfb04a19de4097262eee75780f751 /network/mod_perl/README
parentb3441ddaad5c4882eb40c4a770807ed59ed0ebdd (diff)
downloadslackbuilds-d3791abea05a66db5e1fddedb20afcd74a6010c1.tar.gz
network/mod_perl: Added to 12.2 repository
Diffstat (limited to 'network/mod_perl/README')
-rw-r--r--network/mod_perl/README10
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