Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > fa8a996384674b1c3e3c864f6f4bf270 > files > 214

apache-mod_perl-2.0.4-13mdv2010.1.x86_64.rpm

Simple install:

  % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
  % make && make test
  % make install

Simple config:

  LoadModule perl_module modules/mod_perl.so
  #PerlModule Apache::compat
  # your config comes here

For a more detailed version (including more options) refer to:

  docs/user/intro/start_fast.pod

or online:

  http://perl.apache.org/docs/2.0/user/intro/start_fast.html

For an even more detailed documentation refer to:

  docs/user/install/install.pod
  docs/user/config/config.pod

or online:

  http://perl.apache.org/docs/2.0/user/install/install.pod
  http://perl.apache.org/docs/2.0/user/config/config.pod