From owner-freebsd-apache@FreeBSD.ORG Sun May 13 10:55:45 2012 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 499BC106567B for ; Sun, 13 May 2012 10:55:45 +0000 (UTC) (envelope-from ln@ruweb.net) Received: from rho.deserv.net (rho.deserv.net [74.119.192.3]) by mx1.freebsd.org (Postfix) with ESMTP id 232FF8FC1F for ; Sun, 13 May 2012 10:55:45 +0000 (UTC) Received: from [91.185.58.115] (helo=andLinux) by rho.deserv.net with esmtpa (Exim 4.74 (FreeBSD)) (envelope-from ) id 1STWSl-000NnQ-Dc; Sun, 13 May 2012 14:55:43 +0400 Date: Sun, 13 May 2012 20:47:23 +0900 From: Vladimir Galaichuk To: freebsd-apache@freebsd.org Message-ID: <20120513204723.34757f75@andLinux> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.12.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 91.185.58.115 X-SA-Exim-Mail-From: ln@ruweb.net X-SA-Exim-Scanned: No (on rho.deserv.net); SAEximRunCond expanded to false X-Authenticated-Id: ln@ruweb.net Cc: ln@ruweb.net Subject: Problem with port www/apache22 in FreeBSD 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: Sun, 13 May 2012 10:55:45 -0000 hello if to make port (www/apache22) with an option: WITH_ALL_STATIC_MODULES=yes, suexec won't belong to this port. problem example: ============================================================== # cat /etc/make.conf .if ${.CURDIR:M*/www/apache22} WITH_ALL_STATIC_MODULES=yes SUEXEC_DOCROOT=/ home/ SUEXEC_LOGFILE=/ var/log/httpd/suexec_log WITH_SUEXEC=yes SUEXEC_UIDMIN=100 SUEXEC_GIDMIN=100 SUEXEC_CALLER="apache" .endif # ls -al /usr/local/sbin/suexec ls: /usr/local/sbin/suexec: No such file or directory #cd /usr/ports/www/apache22 # make clean && make install clean # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:36 /usr/local/sbin/suexec # pkg_which /usr/local/sbin/suexec [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-1 +1) (...). done] ? # grep 'sbin/suexec' /var/db/pkg/apache-2.2.22_5/+CONTENTS @comment sbin/suexec #pkg_delete -f apache-2.2.22_5 # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:36 /usr/local/sbin/suexec ============================================================== example without the option: WITH_ALL_STATIC_MODULES=yes (there is not problem) ============================================================== # cat /etc/make.conf .if ${.CURDIR:M*/www/apache22} SUEXEC_DOCROOT=/ home/ SUEXEC_LOGFILE=/ var/log/httpd/suexec_log WITH_SUEXEC=yes SUEXEC_UIDMIN=100 SUEXEC_GIDMIN=100 SUEXEC_CALLER="apache" .endif # ls -al /usr/local/sbin/suexec ls: /usr/local/sbin/suexec: No such file or directory #cd /usr/ports/www/apache22 # make clean && make install clean # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:42 /usr/local/sbin/suexec # pkg_which /usr/local/sbin/suexec [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-1 +1) (...). done] apache-2.2.22_5 # grep 'sbin/suexec' /var/db/pkg/apache-2.2.22_5/+CONTENTS sbin/suexec ============================================================== -- Sun, 13 May 2012 19:00:22 +0900 ------------------------ Vladimir Galaichuk. ruweb.net From owner-freebsd-apache@FreeBSD.ORG Sun May 13 11:10:30 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 6D6501065672 for ; Sun, 13 May 2012 11:10:30 +0000 (UTC) (envelope-from ln@ruweb.net) Received: from rho.deserv.net (rho.deserv.net [74.119.192.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47B978FC16 for ; Sun, 13 May 2012 11:10:30 +0000 (UTC) Received: from [91.185.58.115] (helo=andLinux) by rho.deserv.net with esmtpa (Exim 4.74 (FreeBSD)) (envelope-from ) id 1STWOo-000MTP-KL; Sun, 13 May 2012 14:51:39 +0400 Date: Sun, 13 May 2012 20:43:18 +0900 From: Vladimir Galaichuk To: apache@FreeBSD.org Message-ID: <20120513204318.02c84f91@andLinux> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.12.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 91.185.58.115 X-SA-Exim-Mail-From: ln@ruweb.net X-SA-Exim-Scanned: No (on rho.deserv.net); SAEximRunCond expanded to false X-Authenticated-Id: ln@ruweb.net Cc: ln@ruweb.net Subject: Problem with port www/apache22 in FreeBSD 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: Sun, 13 May 2012 11:10:30 -0000 hello if to make port (www/apache22) with an option: WITH_ALL_STATIC_MODULES=yes, suexec won't belong to this port. problem example: ============================================================== # cat /etc/make.conf .if ${.CURDIR:M*/www/apache22} WITH_ALL_STATIC_MODULES=yes SUEXEC_DOCROOT=/ home/ SUEXEC_LOGFILE=/ var/log/httpd/suexec_log WITH_SUEXEC=yes SUEXEC_UIDMIN=100 SUEXEC_GIDMIN=100 SUEXEC_CALLER="apache" .endif # ls -al /usr/local/sbin/suexec ls: /usr/local/sbin/suexec: No such file or directory #cd /usr/ports/www/apache22 # make clean && make install clean # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:36 /usr/local/sbin/suexec # pkg_which /usr/local/sbin/suexec [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-1 +1) (...). done] ? # grep 'sbin/suexec' /var/db/pkg/apache-2.2.22_5/+CONTENTS @comment sbin/suexec #pkg_delete -f apache-2.2.22_5 # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:36 /usr/local/sbin/suexec ============================================================== example without the option: WITH_ALL_STATIC_MODULES=yes (there is not problem) ============================================================== # cat /etc/make.conf .if ${.CURDIR:M*/www/apache22} SUEXEC_DOCROOT=/ home/ SUEXEC_LOGFILE=/ var/log/httpd/suexec_log WITH_SUEXEC=yes SUEXEC_UIDMIN=100 SUEXEC_GIDMIN=100 SUEXEC_CALLER="apache" .endif # ls -al /usr/local/sbin/suexec ls: /usr/local/sbin/suexec: No such file or directory #cd /usr/ports/www/apache22 # make clean && make install clean # ls -al /usr/local/sbin/suexec -rwsr-xr-x 1 root wheel 25404 May 13 08:42 /usr/local/sbin/suexec # pkg_which /usr/local/sbin/suexec [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-1 +1) (...). done] apache-2.2.22_5 # grep 'sbin/suexec' /var/db/pkg/apache-2.2.22_5/+CONTENTS sbin/suexec ============================================================== -- Sun, 13 May 2012 19:00:22 +0900 ------------------------ Vladimir Galaichuk. ruweb.net From owner-freebsd-apache@FreeBSD.ORG Mon May 14 11:06:22 2012 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A2A71065689 for ; Mon, 14 May 2012 11:06:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 443568FC0C for ; Mon, 14 May 2012 11:06:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4EB6Mgc052581 for ; Mon, 14 May 2012 11:06:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4EB6LSn052572 for apache@FreeBSD.org; Mon, 14 May 2012 11:06:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 May 2012 11:06:21 GMT Message-Id: <201205141106.q4EB6LSn052572@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to apache@FreeBSD.org 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: Mon, 14 May 2012 11:06:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/166488 apache [PATCH] www/mod_auth_imap2: add dovecot patch o ports/159608 apache www/apache22: apache WITH_BDB_BASE settings described o ports/158565 apache www/apache22: Add rlimits based on login class for mpm o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/156787 apache www/mod_auth_kerb2 fails on undefined symbol with base o ports/153406 apache www/apache22's SUEXEC_RSRCLIMIT option does not take e o ports/147282 apache errors when starting www/apache22 after installation o o ports/137729 apache www/mod_auth_kerb2 port broken on 8.0-BETA2 due to sec o ports/130479 apache www/apache22 configure_args busted o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag 11 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon May 14 18:17:42 2012 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0C571065676 for ; Mon, 14 May 2012 18:17:42 +0000 (UTC) (envelope-from merlette@niksun.com) Received: from mcspeedy.niksun.com (mcspeedy.niksun.com [69.20.61.123]) by mx1.freebsd.org (Postfix) with ESMTP id 5978E8FC0C for ; Mon, 14 May 2012 18:17:42 +0000 (UTC) Received: from anuket.mj.niksun.com (anuket.mj.niksun.com [10.70.0.5]) by mcspeedy.niksun.com (Postfix) with ESMTP id 83B5DB88E5B for ; Mon, 14 May 2012 14:11:43 -0400 (EDT) Received: from Exchange2010.mj.niksun.com (exchange2010.mj.niksun.com [10.25.8.18]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id q4EIC2Cf039296 for ; Mon, 14 May 2012 14:12:02 -0400 (EDT) (envelope-from merlette@niksun.com) Received: from EXCHANGE2010B.mj.niksun.com (10.25.128.15) by Exchange2010.mj.niksun.com (10.25.8.18) with Microsoft SMTP Server (TLS) id 14.2.283.3; Mon, 14 May 2012 14:11:48 -0400 Received: from EXCHANGE2010.mj.niksun.com ([fe80::92d:bcce:8ae9:2383]) by Exchange2010B.mj.niksun.com ([fe80::55ba:fef8:fb43:c4c7%10]) with mapi id 14.02.0247.003; Mon, 14 May 2012 14:11:58 -0400 From: Darryle Merlette To: "apache@FreeBSD.org" Thread-Topic: Apache 2.3/OCSP support Thread-Index: AQHNMf0HyAQ7veH8NEiHqVE/73zFTA== Date: Mon, 14 May 2012 18:11:47 +0000 Message-ID: <4FB14A7C.8010409@niksun.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 x-originating-ip: [10.99.97.59] Content-Type: text/plain; charset="iso-8859-1" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.95.3 at anuket.mj.niksun.com X-Virus-Status: Clean Cc: Amruthur Narasimhan , Jung-uk Kim Subject: Apache 2.3/OCSP support 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: Mon, 14 May 2012 18:17:42 -0000 Hi, We are looking for a version of Apache httpd on FreeBSD that supports OCSP protocol. According to Apache website, support for that protocol was introduced in version 2.3. According to FreeBSD ports database, version 2.2.22 is the lastest available. Our question is the following: will there be a port for 2.3 or later available anytime soon? If not, is there any other suggested course of action we should take? Thanks, Darryle --=20 ___________________________________________________________________________ Darryle Merlette, CISSP NIKSUN, Inc. Tel: +1 770-772-1613 http://www.niksun.com Cel: +1 908 510-3574 100 Nassau Park Blvd. HQ: +1 609 936-9999 x3324 Princeton, NJ 08540 USA ___________________________________________________________________________ **** CONFIDENTIALITY NOTICE ***** This electronic mail message (and/or documents accompanying it) is the=20 property of NIKSUN, Inc. and may contain confidential material for the=20 sole use of NIKSUN and the intended recipient(s). Any review, use,=20 distribution or disclosure by anyone other than an intended recipient=20 is strictly prohibited. If you have received this communication in=20 error, please contact the sender by e-mail and delete all copies of=20 the message. From owner-freebsd-apache@FreeBSD.ORG Mon May 14 18:37:48 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 2C825106566C for ; Mon, 14 May 2012 18:37:48 +0000 (UTC) (envelope-from pgollucci@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id CF73B8FC1D for ; Mon, 14 May 2012 18:37:47 +0000 (UTC) Received: by qabj40 with SMTP id j40so3989181qab.15 for ; Mon, 14 May 2012 11:37:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=hy5Fq5htdOdMdgA8M28zJuE3eMdcRqptxUy3SJn6QZU=; b=jo9tlIaYUgZ6RvvqfYopYC2dac9Bh+PIXgBICrsLf2EipRF96eD1Lbooa+4nlJpK9O KuVMMq8picBlqBfVhlXP27fAwrp/37s/BmK3FODFGRTA2idcszpOaArmbxwY8hBj/a3g rscLQM8D4mE8XjY8S/6+lSlatQuncFKlkAYqPbv5T38JZXSTlwM7D+7y3WwDeuplLYGR OYplSfHj72mP4uWaFnK9VauWtqra4VhcMZUqJGdkHBX+3rB7wtb1kBeYDC+M2Q76cUYG iUfMHRUxgoIIUI8xLeeQHwx2xj3gzUCH75yC/Rh3lmnjmWWd6QgzBAk/tMh+FbFSI27a ZL2A== Received: by 10.224.1.135 with SMTP id 7mr14557976qaf.16.1337020667091; Mon, 14 May 2012 11:37:47 -0700 (PDT) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net. [174.79.184.239]) by mx.google.com with ESMTPS id ch15sm40945558qab.18.2012.05.14.11.37.45 (version=SSLv3 cipher=OTHER); Mon, 14 May 2012 11:37:45 -0700 (PDT) Sender: "Philip M. Gollucci" Message-ID: <4FB150F6.5030004@p6m7g8.com> Date: Mon, 14 May 2012 18:37:42 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111029 Thunderbird/7.0.1 MIME-Version: 1.0 To: Darryle Merlette References: <4FB14A7C.8010409@niksun.com> In-Reply-To: <4FB14A7C.8010409@niksun.com> X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBEE19018147A7A8C1C714B75" Cc: Amruthur Narasimhan , "apache@FreeBSD.org" , Jung-uk Kim Subject: Re: Apache 2.3/OCSP support 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: Mon, 14 May 2012 18:37:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBEE19018147A7A8C1C714B75 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/14/12 18:11, Darryle Merlette wrote: > Our question is the following: > will there be a port for 2.3 or later available anytime soon? If not, i= s 2.3.* are not GA releases, so no. There will at some point be a 2.4 port which will include this. If you need it now, just compile 2.4 yourself, if you have some time, you can wait it out, --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enigBEE19018147A7A8C1C714B75 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFPsVD4dbiP+9ubjBwRArvKAKCGGOOI09ECmiBTEmPzpP4C73RxzgCfVzWi ZjwBEAL5FCcrQSp2fxz2qD8= =XNTo -----END PGP SIGNATURE----- --------------enigBEE19018147A7A8C1C714B75-- From owner-freebsd-apache@FreeBSD.ORG Mon May 14 18:44:12 2012 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35D89106566C for ; Mon, 14 May 2012 18:44:12 +0000 (UTC) (envelope-from anarasimhan@niksun.com) Received: from mcspeedy.niksun.com (mcspeedy.niksun.com [69.20.61.123]) by mx1.freebsd.org (Postfix) with ESMTP id 761608FC14 for ; Mon, 14 May 2012 18:44:11 +0000 (UTC) Received: from anuket.mj.niksun.com (anuket.mj.niksun.com [10.70.0.5]) by mcspeedy.niksun.com (Postfix) with ESMTP id 48DAEB894D7; Mon, 14 May 2012 14:43:50 -0400 (EDT) Received: from Exchange2010.mj.niksun.com (exchange2010.mj.niksun.com [10.25.8.18]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id q4EIi6XX040273; Mon, 14 May 2012 14:44:10 -0400 (EDT) (envelope-from anarasimhan@niksun.com) Received: from EXCHANGE2010B.mj.niksun.com (10.25.128.15) by Exchange2010.mj.niksun.com (10.25.8.18) with Microsoft SMTP Server (TLS) id 14.2.283.3; Mon, 14 May 2012 14:43:53 -0400 Received: from EXCHANGE2010.mj.niksun.com ([fe80::92d:bcce:8ae9:2383]) by Exchange2010B.mj.niksun.com ([fe80::55ba:fef8:fb43:c4c7%10]) with mapi id 14.02.0247.003; Mon, 14 May 2012 14:44:03 -0400 From: Amruthur Narasimhan To: "'pgollucci@p6m7g8.com'" , Darryle Merlette Thread-Topic: Apache 2.3/OCSP support Thread-Index: AQHNMf0HyAQ7veH8NEiHqVE/73zFTJbJ4F4A//+9MuA= Date: Mon, 14 May 2012 18:43:52 +0000 Message-ID: <462E58F817CB5443A03026F4094E7B509BB874@Exchange2010.mj.niksun.com> References: <4FB14A7C.8010409@niksun.com> <4FB150F6.5030004@p6m7g8.com> In-Reply-To: <4FB150F6.5030004@p6m7g8.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.24.0.57] MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.95.3 at anuket.mj.niksun.com X-Virus-Status: Clean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: John Stemmer , "'apache@freebsd.org'" , Viet Le , Jung-uk Kim Subject: RE: Apache 2.3/OCSP support 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: Mon, 14 May 2012 18:44:12 -0000 Philip, Thanks for the information. We are doing CAC card integration and we ne= ed OCSP feature ASAP. What is your time line for 2.4 version? PS:John Stemmer is working to integrate CAC card reader with our appliance. Amruthur Narasimhan Ph.D. NIKSUN Chief Information Assurance Officer anarasimhan@niksun.com (609)936-9999 Ext 3319 -----Original Message----- From: Philip M. Gollucci [mailto:pgollucci@gmail.com] On Behalf Of Philip M= . Gollucci Sent: Monday, May 14, 2012 2:38 PM To: Darryle Merlette Cc: apache@FreeBSD.org; Amruthur Narasimhan; Jung-uk Kim Subject: Re: Apache 2.3/OCSP support On 05/14/12 18:11, Darryle Merlette wrote: > Our question is the following: > will there be a port for 2.3 or later available anytime soon? If not, > is 2.3.* are not GA releases, so no. There will at some point be a 2.4 port w= hich will include this. If you need it now, just compile 2.4 yourself, if = you have some time, you can wait it out, -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M.= Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-apache@FreeBSD.ORG Mon May 14 18:47:01 2012 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73F45106566C for ; Mon, 14 May 2012 18:47:01 +0000 (UTC) (envelope-from pgollucci@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA4D8FC12 for ; Mon, 14 May 2012 18:47:01 +0000 (UTC) Received: by qabg1 with SMTP id g1so3446166qab.13 for ; Mon, 14 May 2012 11:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=GENey9F3vv7SAinzYqoFqdQ28liedFFvY06OpDsEh6o=; b=x+ggxxnkTsGHTUMQ3zzhuzOSjAbcvX3+DSEVGzwoXPZBVS60zIv0ZKkIXT/kpLGovD l6gcRd/vvqxfXHNlemxO3pb1FGjDiVHNYuzs7xlQKclZLZBzkgEuWzHLVCum/C8VlG/E 3do7GS/dTCFe5RuwVuFvnbmgdUC501+MIRsewI8Hig2G9ME0w2veOZTqs6ZID4+S9cTy R0UvS0ix2ypJ525CAZh65pH/VPNIvi5ATDHbtLvUU4uLHDaSLAUlRBlQFumLoc90PnGb Q/YhrcW1HneiAV3qCkrXQtgmCHbBNgxMgikNgX4BOGfrzdn4QVHy7OeH7MzyK8Ns+oLq zcFg== Received: by 10.224.183.135 with SMTP id cg7mr14619333qab.25.1337021220391; Mon, 14 May 2012 11:47:00 -0700 (PDT) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net. [174.79.184.239]) by mx.google.com with ESMTPS id df2sm40989941qab.8.2012.05.14.11.46.57 (version=SSLv3 cipher=OTHER); Mon, 14 May 2012 11:46:58 -0700 (PDT) Sender: "Philip M. Gollucci" Message-ID: <4FB15321.9050301@p6m7g8.com> Date: Mon, 14 May 2012 18:46:57 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111029 Thunderbird/7.0.1 MIME-Version: 1.0 To: Amruthur Narasimhan References: <4FB14A7C.8010409@niksun.com> <4FB150F6.5030004@p6m7g8.com> <462E58F817CB5443A03026F4094E7B509BB874@Exchange2010.mj.niksun.com> In-Reply-To: <462E58F817CB5443A03026F4094E7B509BB874@Exchange2010.mj.niksun.com> X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDDFFD934650BDCFFF8AD1E7D" Cc: Darryle Merlette , John Stemmer , "'apache@freebsd.org'" , Viet Le , Jung-uk Kim Subject: Re: Apache 2.3/OCSP support 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: Mon, 14 May 2012 18:47:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDDFFD934650BDCFFF8AD1E7D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/14/12 18:43, Amruthur Narasimhan wrote: > Philip, >=20 > Thanks for the information. We are doing CAC card integration and w= e > need OCSP feature ASAP. What is your time line for 2.4 version?=20 >=20 > =20 >=20 > PS:John Stemmer is working to integrate CAC card reader with our > appliance.=20 Personally, I have no time frame. Work is monopolizing me through June, then I'm traveling until July. Mk/bsd.apache.mk might need some work www/apache24 needs to be created, ideally not as a repo copy from www/apche22 and cleaned up with any fixes sent upstream so we can update it much easier going forward. after that www/apache20 and devel/apr0 should go away. Anyone willing can do the work and help to get it committed. --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enigDDFFD934650BDCFFF8AD1E7D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFPsVMhdbiP+9ubjBwRAtQPAJ4qZqzstyDrGIcvvcQqcDguE2ZKaACfZJW6 wy9/eU+doav0DpA0KQTlGMM= =6YMi -----END PGP SIGNATURE----- --------------enigDDFFD934650BDCFFF8AD1E7D-- From owner-freebsd-apache@FreeBSD.ORG Tue May 15 02:46:05 2012 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7B1F106564A for ; Tue, 15 May 2012 02:46:05 +0000 (UTC) (envelope-from bebau@newcon.de) Received: from mail15.newcon.de (mail15.newcon.de [89.200.169.15]) by mx1.freebsd.org (Postfix) with ESMTP id 975008FC0C for ; Tue, 15 May 2012 02:46:05 +0000 (UTC) Received: from [94.102.214.204] (helo=[192.168.0.7]) by mail15.newcon.de with esmtpa (Exim 4.72) (envelope-from ) id 1SU6sE-0002NT-0K for apache@freebsd.org; Tue, 15 May 2012 01:48:26 +0000 Date: Tue, 15 May 2012 3:53:09 +0100 From: =?windows-1251?Q?=CB=E5=ED=EE=F7=EA=E0_=CF=E8=F0=EE=E6=EA=EE=E2=E0?= Organization: ylnplfzpkwc X-Priority: 3 (Normal) Message-ID: <5631977754.20120515035309@newcon.de> To: apache@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: Subject: =?windows-1251?b?7O7pIOzg8ejqLi4uISEpIA==?= 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, 15 May 2012 02:46:05 -0000 аллоха славный мой...!!))) если хош общения ФoмкaCтpeльцoвa_uqvldtxoi.krovatka.su меня там зовут...!))) From owner-freebsd-apache@FreeBSD.ORG Tue May 15 14:50:16 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 606D4106567C; Tue, 15 May 2012 14:50:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 33B2B8FC26; Tue, 15 May 2012 14:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4FEoG91046833; Tue, 15 May 2012 14:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4FEoGEv046826; Tue, 15 May 2012 14:50:16 GMT (envelope-from edwin) Date: Tue, 15 May 2012 14:50:16 GMT Message-Id: <201205151450.q4FEoGEv046826@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/167926: [maintainer update] www/mod_spdy: Update to 0.9.2.1 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, 15 May 2012 14:50:16 -0000 Synopsis: [maintainer update] www/mod_spdy: Update to 0.9.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 15 14:50:15 UTC 2012 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=167926 From owner-freebsd-apache@FreeBSD.ORG Tue May 15 15:40:53 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4B6A106564A; Tue, 15 May 2012 15:40:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77EDB8FC16; Tue, 15 May 2012 15:40:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4FFer3h098415; Tue, 15 May 2012 15:40:53 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4FFerdt098407; Tue, 15 May 2012 15:40:53 GMT (envelope-from swills) Date: Tue, 15 May 2012 15:40:53 GMT Message-Id: <201205151540.q4FFerdt098407@freefall.freebsd.org> To: swills@FreeBSD.org, apache@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/167926: [maintainer update] www/mod_spdy: Update to 0.9.2.1 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, 15 May 2012 15:40:53 -0000 Synopsis: [maintainer update] www/mod_spdy: Update to 0.9.2.1 Responsible-Changed-From-To: apache->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue May 15 15:40:52 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=167926 From owner-freebsd-apache@FreeBSD.ORG Wed May 16 13:30:28 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 875841065670; Wed, 16 May 2012 13:30:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8F18FC18; Wed, 16 May 2012 13:30:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4GDUSxA052611; Wed, 16 May 2012 13:30:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4GDUSmZ052603; Wed, 16 May 2012 13:30:28 GMT (envelope-from edwin) Date: Wed, 16 May 2012 13:30:28 GMT Message-Id: <201205161330.q4GDUSmZ052603@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/167964: New port:www/mod_authn_otp 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: Wed, 16 May 2012 13:30:28 -0000 Synopsis: New port:www/mod_authn_otp Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 16 13:30:27 UTC 2012 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=167964 From owner-freebsd-apache@FreeBSD.ORG Wed May 16 13:50:15 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E76B106567B; Wed, 16 May 2012 13:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20B248FC19; Wed, 16 May 2012 13:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4GDoFa5070649; Wed, 16 May 2012 13:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4GDoEGe070644; Wed, 16 May 2012 13:50:14 GMT (envelope-from edwin) Date: Wed, 16 May 2012 13:50:14 GMT Message-Id: <201205161350.q4GDoEGe070644@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/167965: if to make port (www/apache22) with an option: WITH_ALL_STATIC_MODULES=yes, suexec won't belong to this port. 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: Wed, 16 May 2012 13:50:15 -0000 Synopsis: if to make port (www/apache22) with an option: WITH_ALL_STATIC_MODULES=yes, suexec won't belong to this port. Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 16 13:50:14 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=167965