From f1a86569aa06730f58e02dd595c4085df4a332f6 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 5 Nov 2003 22:18:44 +0000 Subject: - Add pkg-message PR: 58975 Submitted by: maintainer --- www/mod_perl2/Makefile | 1 + www/mod_perl2/pkg-message | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 www/mod_perl2/pkg-message (limited to 'www/mod_perl2') diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 853be43abb06..169cc60d6d72 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -51,5 +51,6 @@ post-install: ${MKDIR} ${PREFIX}/libexec/apache2 ${INSTALL_PROGRAM} ${WRKSRC}/src/modules/perl/mod_perl.so \ ${PREFIX}/libexec/apache2/mod_perl.so + ${CAT} ${PKGMESSAGE} .include 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 + +######################################################### + -- cgit v1.2.3