From owner-freebsd-apache@FreeBSD.ORG Sat Jul 3 10:07:01 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 14775106566C for ; Sat, 3 Jul 2010 10:07:01 +0000 (UTC) (envelope-from sbw@sbw.org) Received: from mail40.atl.registeredsite.com (mail40.atl.registeredsite.com [209.237.134.230]) by mx1.freebsd.org (Postfix) with ESMTP id CE91C8FC12 for ; Sat, 3 Jul 2010 10:07:00 +0000 (UTC) Received: from sbw.org (sbw.org [216.122.248.82] (may be forged)) by mail40.atl.registeredsite.com (8.12.11.20060308/8.12.11) with ESMTP id o63A6vqd004378 for ; Sat, 3 Jul 2010 06:06:57 -0400 Received: from sbw630.sbw.org (sbw.org [216.122.248.82]) by sbw.org (8.11.6/8.11.0) with ESMTP id o63A6uG00617 for ; Sat, 3 Jul 2010 03:06:56 -0700 (PDT) (envelope-from sbw@sbw.org) Message-Id: <201007031006.o63A6uG00617@sbw.org> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 03 Jul 2010 03:06:50 -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 10:07:01 -0000 At 04:41 PM 6/24/2010, Philip M. Gollucci wrote: >On 6/24/2010 6:42 PM, Steve Williams wrote: > > At 03:04 PM 6/24/2010, Philip M. Gollucci wrote: > >> Both ports have: > >> USE_APACHE=1.3+ which means they work with 1.3 and up versions of apache > >> including 2.0.x and 2.2.x > > > > OK, thanks. So I should be concerned that it says "Requires: > > apache-1.3.42"? I assumed that means it'll try to install Apache 1.3 as > > a prerequisite. >What says that ? http://www.freebsd.org/cgi/ports.cgi?query=mod_wsgi&stype=all >if you want apache2 you need to set in /etc/make.conf >APACHE_PORT=www/apache22 >or >APACHE_PORT=www/apache20 I'll give that a try.