diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-05 00:41:07 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-05 00:41:07 +0000 |
commit | 5f43e8daf9629276ef60c28c080380a683d79c8f (patch) | |
tree | 43cc4f3f43a5abba01f4ad98653f8632db6c2e3e /www/p5-Apache/files/post-install-notes | |
parent | Activate p5-ExtUtils-Embed (diff) |
Import of p5-Apache, a module to integrate perl5 with almost every part of the Apache web server
Notes
Notes:
svn path=/head/; revision=6402
Diffstat (limited to 'www/p5-Apache/files/post-install-notes')
-rw-r--r-- | www/p5-Apache/files/post-install-notes | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/p5-Apache/files/post-install-notes b/www/p5-Apache/files/post-install-notes new file mode 100644 index 000000000000..ce3a10ac8ae4 --- /dev/null +++ b/www/p5-Apache/files/post-install-notes @@ -0,0 +1,23 @@ +Post-install Notes for p5-Apache +================================ + +This port has built a new httpd binary that includes the perl5 module +(mod_perl). To avoid overwriting an existing httpd binary, it has been +installed as + +${PREFIX}/sbin/httpd_modperl + +($PREFIX is usually /usr/local unless you override it). + +In order to use this module, you should rename it to httpd. Remember that +this binary is the standard apache port, with mod_perl and nothing else +added. If you have already built yourself an httpd binary containing +optional modules, you are better off building mod_perl yourself. + +The original source for p5-Apache can be found at any CPAN mirror, in the +directory + +modules/by-module/Apache/ + +-- +j. |