diff options
author | sem <sem@FreeBSD.org> | 2005-04-19 14:09:39 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-04-19 14:09:39 +0800 |
commit | bd74daf3c3c403309f26302ee21892b2abdefb41 (patch) | |
tree | 8575fe579d765d3b9cf8e09ca8de1a20dac1aefe /www/mod_perl2/pkg-message | |
parent | dbf9d60c227e54a31cfead6196eece619e006afc (diff) | |
download | freebsd-ports-graphics-bd74daf3c3c403309f26302ee21892b2abdefb41.tar.gz freebsd-ports-graphics-bd74daf3c3c403309f26302ee21892b2abdefb41.tar.zst freebsd-ports-graphics-bd74daf3c3c403309f26302ee21892b2abdefb41.zip |
- Roll back the last commit as since API has changed
and it can break all mod_per2 ports.
Reported by: Daniel Gerzo <danger@rulez.sk>
Diffstat (limited to 'www/mod_perl2/pkg-message')
-rw-r--r-- | www/mod_perl2/pkg-message | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/mod_perl2/pkg-message b/www/mod_perl2/pkg-message index 06c8c38865d..d5c81af1638 100644 --- a/www/mod_perl2/pkg-message +++ b/www/mod_perl2/pkg-message @@ -1,17 +1,16 @@ ######################################################### -Simple config: +Enable mod_perl built as DSO, by adding to httpd.conf: - LoadModule perl_module modules/mod_perl.so - #PerlModule Apache::compat - # your config comes here + LoadModule perl_module libexec/apache2/mod_perl.so -For a more detailed version (including more options) refer to: +Next, tell Perl where to find mod_perl2 libraries: - docs/user/intro/start_fast.pod + PerlModule Apache2 -or online: +There are many other configuration options which you can +find in the configuration manual: - http://perl.apache.org/docs/2.0/user/intro/start_fast.html + http://perl.apache.org/docs/2.0/user/config/config.html ######################################################### |