From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 20:38:03 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 D0B8216A468 for ; Wed, 4 Jul 2007 20:38:03 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9212F13C45E for ; Wed, 4 Jul 2007 20:38:03 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4513775pyb for ; Wed, 04 Jul 2007 13:38:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iGGAaseTsT1nocv2hCj1Xjw+6TGX168IkKPXx3ABgt7cMze+yP2SMSfB0/yCoxoQZJpam2Snd6ONfA3IbWn2eYEI+ERxqmU7l12j7iuoMFBNW+ix3spi7dRgiCujwdfo1vY8QCc+eDLuOJhkSb0H8YsTjQhZ3aZxexQvCIFUukc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=n9TvxOG1zWOIsBlvgxkBbPvzrKm/U+bBch0XQ8Eda9aJ1zWgjjCntPUED5PjHqO8G0kvuwYmke8lM9GMAZyHn7gxIiGwXp6C9fcSXpxh/zgdinMuBB9zoytMrtMjvnbXGvvFFZQiTX+FVz9Dh1nSMnJhhv1M1mHTTwAAsZB+hK4= Received: by 10.35.83.20 with SMTP id k20mr10346899pyl.1183581479673; Wed, 04 Jul 2007 13:37:59 -0700 (PDT) Received: by 10.35.17.4 with HTTP; Wed, 4 Jul 2007 13:37:59 -0700 (PDT) Message-ID: <340a29540707041337n2c71118eh9b708de7bc0cdb48@mail.gmail.com> Date: Wed, 4 Jul 2007 14:37:59 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 20:38:03 -0000 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