diff options
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. |