aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_perl2/pkg-message')
-rw-r--r--www/mod_perl2/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/mod_perl2/pkg-message b/www/mod_perl2/pkg-message
new file mode 100644
index 000000000000..a3d18f4bc4e0
--- /dev/null
+++ b/www/mod_perl2/pkg-message
@@ -0,0 +1,18 @@
+
+#########################################################
+
+Enable mod_perl built as DSO, by adding to httpd.conf:
+
+ LoadModule perl_module modules/mod_perl.so
+
+Next, tell Perl where to find mod_perl2 libraries:
+
+ PerlModule Apache2
+
+There are many other configuration options which you can
+find in the configuration manual:
+
+ http://perl.apache.org/docs/2.0/user/config/config.html
+
+#########################################################
+