Re: mod_perl port

2007-07-05 Thread Norberto Meijome
On Wed, 4 Jul 2007 14:37:59 -0600
"Andrew Falanga" <[EMAIL PROTECTED]> wrote:

> 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?

Hi Andrew,
Apache 1.x -> /usr/local/etc/apache
Apache 2.x -> /usr/local/etc/apache2/ 

Make sure you are looking in the right config file. If you had apache 1.x
installed previously and then upgraded, the config files would be left behind.
They (1.x conf files) are not used by Apache 2.x

_
{Beto|Norberto|Numard} Meijome

"Peace can only be achieved by understanding."
   Albert Einstein

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mod_perl port

2007-07-04 Thread Pieter de Goeje
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
[EMAIL PROTECTED]:/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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mod_perl port

2007-07-04 Thread Andrew Falanga

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"