Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 00:22:26 +0200
From:      Pieter de Goeje <pieter@degoeje.nl>
To:        freebsd-questions@freebsd.org
Cc:        Andrew Falanga <af300wsm@gmail.com>
Subject:   Re: mod_perl port
Message-ID:  <200707050022.27042.pieter@degoeje.nl>
In-Reply-To: <340a29540707041337n2c71118eh9b708de7bc0cdb48@mail.gmail.com>
References:  <340a29540707041337n2c71118eh9b708de7bc0cdb48@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 04 July 2007, Andrew Falanga wrote:
> Hi,
>
> I installed Apache 2.2 and the appropriate mod_perl port for this
> version of apache.  However, it is not referenced in
> /usr/local/etc/apache/httpd.conf.  How do I get it there?
>
> Andy
pyotr@lux:/usr/ports/www/mod_perl2> cat pkg-message 
#########################################################

Simple config:

  LoadModule perl_module libexec/apache2/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

#########################################################

To be absolutely clear: you put the "LoadModule blabla" line in httpd.conf.

HTH,
Pieter de Goeje



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707050022.27042.pieter>