From owner-freebsd-apache@FreeBSD.ORG Tue Mar 27 16:00:23 2012 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 1A7E01065674; Tue, 27 Mar 2012 16:00:21 +0000 (UTC) (envelope-from ipopovi@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3AD8FC14; Tue, 27 Mar 2012 16:00:05 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so62398bkc.13 for ; Tue, 27 Mar 2012 09:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=YQMIMBFzi/SdLQxU4rmYzMb1YBaxGKRSy7QgnW1ko3w=; b=Pmfej/z/8hsLqT3VFdcvDPvAvPNWUJW72XD/Jgdh6t07P6VkSv7GmRFIg9bmJLn6PH ntSmSqsWWnY2eXMEHNBfWJeUZf7yKUCdyZ2811Gwlt0maElm/xJEzmEjmeyA1I4xbSSv QP0X1zIRxF3w0vA3tyu02hWjCSsHX8SH9/0y6N67gRyMBe69v+JJ/ewd1pEYF3amzX9q Wfbgjtm+FUyFVAKVli2o4ZQM+UjIcfQd0xMbuePBev3MP5s0LKMfcLX3HI2qNBb8BaWT rC7qdcKVnGxcMPCJ4Qir8meayJ0a2MDd2sejLFnyjDJkKOF4MAjzdr5q0oo3UiFJ+CTV rziQ== MIME-Version: 1.0 Received: by 10.204.152.72 with SMTP id f8mr7723505bkw.103.1332864004703; Tue, 27 Mar 2012 09:00:04 -0700 (PDT) Received: by 10.205.113.131 with HTTP; Tue, 27 Mar 2012 09:00:04 -0700 (PDT) In-Reply-To: <4F71DD8C.20402@FreeBSD.org> References: <4F71DD8C.20402@FreeBSD.org> Date: Tue, 27 Mar 2012 19:00:04 +0300 Message-ID: From: Igor Popov To: "apache@FreeBSD.org" , ohauer@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: add new apache's module to port tree 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: Tue, 27 Mar 2012 16:00:23 -0000 Hi, Olli. I'm and other peoples have tested it to work on different Unix like OSes. It doesn't required mysql installed to build. Only apache22 and /ports/devel/apr1 are required. Module will be built successfuly even without BDB, but to work it requires it, so apr-utils and apache22 must be built with BDB support and coresponding DB driver must be enabled too. Module will work with any database that is supported by BDB, choose one or some of them is enough to build all required (I usualy set only "Enable MySQL support for apr-dbd") and it is mandatory. Of course, I would like to be the maintainer of the port. 27 =CD=C1=D2=D4=C1 2012=9A=C7. 18:32 =D0=CF=CC=D8=DA=CF=D7=C1=D4=C5=CC=D8 O= lli Hauer =CE=C1=D0=C9=D3=C1=CC: > On 2012-03-27 12:14, Igor Popov wrote: >> Hi. >> I'm the author of mod_jail module that is already in port tree >> (/usr/ports/www/mod_jail), but I'm not mantainer. And I want to add >> also one module mod_myvhost (http://code.google.com/p/mod-myvhost/) to >> port tree. >> How I can do it? > > > Hi Igor, > > I just looked at your apache module and hacked a port together. > > Anyway I have a question since I haven't tested the module. > The module builds fine even I have no mysql installed. > - is it mandatory to have apr / apache build with mysql support > - is mysql mandatory at all (berkeley db, pgsql ...) > > Would you like to be the maintainer of the port? > > A first shot for the port can be found here: > http://people.freebsd.org/~ohauer/diffs/mod_myvhost.diff > > > -- > olli --- Igor Popov