openbsd-ports/www/ap2-mod_perl/pkg/MESSAGE
dlg 501a1ed60d tweak MESSAGE and UNMESSAGE to use ${SYSCONFDIR} and ${PREFIX} rather than
hard coded paths. better wording while here.

pointed out by steven@
2007-01-10 14:22:00 +00:00

9 lines
262 B
Plaintext

Before you can use ap2-mod_perl, you need to enable it on your
Apache2 configuration.
Edit ${SYSCONFDIR}/apache2/httpd2.conf and add the following line:
LoadModule perl_module ${PREFIX}/lib/apache2/mod_perl.so
Restart your httpd2 for changes to make effect.