blob: f53246d9e16066c9bfa2300004c0c0c5270885ab [file] [log] [blame]
Simple install:
% perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2
% make && make test
% make install
See docs/user/install/install.pod for details.
Simple config:
LoadModule perl_module modules/mod_perl.so
If the MP_INST_APACHE2=1 option was given to Makefile.PL, you'll want
to configure:
PerlModule Apache2
For compat with the 1.x version, you'll want to configure:
PerlModule Apache::compat
See docs/user/config/config.pod for details.