From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 22:22:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4923B16A468 for ; Wed, 4 Jul 2007 22:22:35 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id D70B813C44B for ; Wed, 4 Jul 2007 22:22:33 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l64MMRj1004707; Thu, 5 Jul 2007 00:22:27 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 5 Jul 2007 00:22:26 +0200 User-Agent: KMail/1.9.6 References: <340a29540707041337n2c71118eh9b708de7bc0cdb48@mail.gmail.com> In-Reply-To: <340a29540707041337n2c71118eh9b708de7bc0cdb48@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707050022.27042.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Andrew Falanga Subject: Re: mod_perl port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2007 22:22:35 -0000 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