From owner-freebsd-apache@FreeBSD.ORG Sat Jul 3 20:55:48 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0170F1065672 for ; Sat, 3 Jul 2010 20:55:48 +0000 (UTC) (envelope-from sbw@sbw.org) Received: from mail43.atl.registeredsite.com (mail43.atl.registeredsite.com [209.237.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id BBD688FC08 for ; Sat, 3 Jul 2010 20:55:47 +0000 (UTC) Received: from sbw.org (sbw.org [216.122.248.82] (may be forged)) by mail43.atl.registeredsite.com (8.12.11.20060308/8.12.11) with ESMTP id o63Kthe8032236 for ; Sat, 3 Jul 2010 16:55:43 -0400 Received: from sbw630.sbw.org (sbw.org [216.122.248.82]) by sbw.org (8.11.6/8.11.0) with ESMTP id o63KtgG75623 for ; Sat, 3 Jul 2010 13:55:42 -0700 (PDT) (envelope-from sbw@sbw.org) Message-Id: <201007032055.o63KtgG75623@sbw.org> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 03 Jul 2010 13:55:35 -0700 To: apache@freebsd.org From: Steve Williams In-Reply-To: <4C23ED3B.1020908@p6m7g8.com> References: <201006241608.o5OG85G80090@sbw.org> <4C23D666.6000300@p6m7g8.com> <201006242242.o5OMgSG34718@sbw.org> <4C23ED3B.1020908@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: mod_wsgi port for Apache 2? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 20:55:48 -0000 At 04:41 PM 6/24/2010, Philip M. Gollucci wrote: >if you want apache2 you need to set in /etc/make.conf >APACHE_PORT=www/apache22 >or >APACHE_PORT=www/apache20 I did that, then built the port ap13-mod_wsgi-3.2. That worked just fine. I was interested to see that the package it installed is called ap22-mod_wsgi-3.2. I'm not a ports expert, so this is the first time I've noticed a port that installs with a name different from that in the index. It installed mod_wsgi.so to the correct libexec for Apache 2.2, so I'm happy.