From owner-freebsd-apache@FreeBSD.ORG Sun Aug 29 23:13:03 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA9C716A4CE for ; Sun, 29 Aug 2004 23:13:03 +0000 (GMT) Received: from constant.northnitch.com (constant.northnitch.com [67.18.136.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917BE43D60 for ; Sun, 29 Aug 2004 23:13:03 +0000 (GMT) (envelope-from chip@corelands.com) Received: from localhost (localhost.northnitch.com [127.0.0.1]) by constant.northnitch.com (Postfix) with ESMTP id 658065C81 for ; Tue, 24 Aug 2004 21:22:43 -0500 (CDT) Received: from constant.northnitch.com ([127.0.0.1]) by localhost (constant.northnitch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13244-06 for ; Tue, 24 Aug 2004 21:22:43 -0500 (CDT) Received: from [10.10.10.101] (unknown [199.5.172.2]) by constant.northnitch.com (Postfix) with ESMTP id A405E5C80 for ; Tue, 24 Aug 2004 21:22:42 -0500 (CDT) From: Paul Querna To: freebsd-apache@freebsd.org Content-Type: text/plain Date: Tue, 24 Aug 2004 20:23:14 -0600 Message-Id: <1093400594.12212.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.92.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at constant.northnitch.com Subject: KQueue / Experimental Patches X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 23:13:03 -0000 Hello, I am the author of the KQueue/Epoll support for APR/Apache-2.1. I noticed that the Ports are including these changes as an optional patch. (cool!) I was wondering if anyone has had success using this patch, or if they have had any problems since applying it? I am also wondering if anyone has started writing a document about performance tuning Apache 2.0/2.1 just for FreeBSD? There are many small optimizations that can make a huge difference in production. Thanks, -Paul Querna From owner-freebsd-apache@FreeBSD.ORG Mon Aug 30 17:03:19 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1A116A4CE; Mon, 30 Aug 2004 17:03:19 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF9843D48; Mon, 30 Aug 2004 17:03:18 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 17C333EAD65; Tue, 31 Aug 2004 01:03:17 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50776-01; Tue, 31 Aug 2004 01:03:03 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 47EAF3EAD5F; Tue, 31 Aug 2004 01:03:01 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Yen-Ming Lee X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20040830170301.47EAF3EAD5F@utopia.leeym.com> Date: Tue, 31 Aug 2004 01:03:01 +0800 (CST) X-Virus-Scanned: by amavisd-new at leeym.com cc: apache@FreeBSD.org Subject: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 17:03:19 -0000 >Submitter-Id: current-users >Originator: Yen-Ming Lee >Organization: >Confidential: no >Synopsis: [PATCH] www/mod_perl: add missing manpage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Environment: System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004 >Description: - add missing manpage (Apache::MyConfig.3) - bump PORTREVISION Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mod_perl-1.29_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_perl/Makefile,v retrieving revision 1.29 diff -u -u -r1.29 Makefile --- Makefile 18 Aug 2004 19:11:12 -0000 1.29 +++ Makefile 30 Aug 2004 17:01:52 -0000 @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.29 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -33,7 +34,7 @@ Apache::Status.3 Apache::Symbol.3 Apache::Symdump.3 \ Apache::Table.3 Apache::URI.3 Apache::Util.3 \ Apache::httpd_conf.3 Apache::src.3 Apache::testold.3 \ - Bundle::Apache.3 \ + Bundle::Apache.3 Apache::MyConfig.3 \ Apache::Debug.3 mod_perl.3 Apache::SIG.3 Apache::Resource.3 \ Apache::RegistryLoader.3 Apache::StatINC.3 Apache::Include.3 \ Apache::PerlSections.3 cgi_to_mod_perl.3 \ --- mod_perl-1.29_1.patch ends here --- From owner-freebsd-apache@FreeBSD.ORG Mon Aug 30 17:19:18 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FCA16A4CE; Mon, 30 Aug 2004 17:19:18 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BDBF43D54; Mon, 30 Aug 2004 17:19:18 +0000 (GMT) (envelope-from mat@FreeBSD.org) X-Original-To: leeym@utopia.leeym.com X-Original-To: apache@FreeBSD.org X-Original-To: FreeBSD-gnats-submit@FreeBSD.org Received: from [192.168.1.51] (l15v-8-120.d2.club-internet.fr [62.34.135.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 8B0BE3FAF; Mon, 30 Aug 2004 19:19:12 +0200 (CEST) Date: Mon, 30 Aug 2004 19:19:07 +0200 From: Mathieu Arnold To: Yen-Ming Lee , FreeBSD-gnats-submit@FreeBSD.org Message-ID: <77580E1C860399E80F243DDD@[192.168.1.51]> In-Reply-To: <20040830170301.47EAF3EAD5F@utopia.leeym.com> References: <20040830170301.47EAF3EAD5F@utopia.leeym.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========12D4DD93FE85F997D345==========" X-Spam-Checker-Version: SpamAssassin 2.64-abso_2004012301 (2004-01-11) on plouf.absolight.net by root@absolight.fr X-Virus-Scanned: by amavisd-new at plouf.absolight.net X-Spam-Status: No, hits=-2.613 tagged_above=-10 required=5 tests=AWL, BAYES_00, RCVD_IN_NJABL_DUL, RCVD_IN_SORBS, RCVD_IN_SORBS_DUL X-Spam-Level: cc: apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 17:19:18 -0000 --==========12D4DD93FE85F997D345========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit : | - Bundle::Apache.3 \ | + Bundle::Apache.3 Apache::MyConfig.3 \ This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in ExtUtils, so, you also have to add a patch to the Makefile.PL to add the full list of man pages. -- Mathieu Arnold --==========12D4DD93FE85F997D345========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQTNhj1vROjYJ63c1AQITsgf8DWjV+MHytIOXDuWuwFtGyzzOLIEDPkwh mEF8c3Ui73VEZZDW31d78u7iQ+608YbelzeRcTlw81IVBBJk1nHAqcDhITEkU+k0 +iErLqzip+oGMl8aOwwbGst15MQpSteBNH74YEdtj21pE9ODwCb8RrnDiaEeesWW NgwAPgjTU9UIsw77P6jzYpne3mZrAHBPSu1e8lEo/TjwxqcTCo5VrHgbwUFXhwiA vW0kElCQLtJbR2DYm+ULk3DoTqKxORm2ST42NHL7P966xq4i4kkWtAMGWZw7HguP rYnK9jt0Z54zHFHkUh/TX7hDLPV/D5PqMhYrhjUDkHm7YveG6Z3h4w== =loFC -----END PGP SIGNATURE----- --==========12D4DD93FE85F997D345==========-- From owner-freebsd-apache@FreeBSD.ORG Mon Aug 30 18:51:37 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA91F16A4CE; Mon, 30 Aug 2004 18:51:37 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E5543D1F; Mon, 30 Aug 2004 18:51:37 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id DD30F3EAD65; Tue, 31 Aug 2004 02:51:36 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78200-05; Tue, 31 Aug 2004 02:51:33 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 485FE3EAD5F; Tue, 31 Aug 2004 02:51:33 +0800 (CST) Date: Tue, 31 Aug 2004 02:51:32 +0800 From: Yen-Ming Lee To: Mathieu Arnold Message-ID: <20040830185132.GA78984@utopia.leeym.com> References: <20040830170301.47EAF3EAD5F@utopia.leeym.com> <77580E1C860399E80F243DDD@[192.168.1.51]> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <77580E1C860399E80F243DDD@[192.168.1.51]> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leeym.com cc: FreeBSD-gnats-submit@FreeBSD.org cc: apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 18:51:37 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=big5 Content-Disposition: inline On Mon, Aug 30, 2004 at 07:19:07PM +0200, Mathieu Arnold wrote: > +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit : > | - Bundle::Apache.3 \ > | + Bundle::Apache.3 Apache::MyConfig.3 \ > > This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in > ExtUtils, so, you also have to add a patch to the Makefile.PL to add the > full list of man pages. How about add a conditional MAN3 after ".include "? -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename="mod_perl.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mod_perl/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 18 Aug 2004 19:11:12 -0000 1.29 +++ Makefile 30 Aug 2004 18:48:27 -0000 @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.29 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -45,6 +46,10 @@ .endif .include + +.if ${PERL_LEVEL} >= 500800 +MAN3+= Apache::MyConfig.3 +.endif post-install: ${MKDIR} ${PREFIX}/include/apache/modules/perl --ZmUaFz6apKcXQszQ-- From owner-freebsd-apache@FreeBSD.ORG Mon Aug 30 18:54:16 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0338A16A4CE; Mon, 30 Aug 2004 18:54:16 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB21243D39; Mon, 30 Aug 2004 18:54:15 +0000 (GMT) (envelope-from mat@FreeBSD.org) X-Original-To: leeym@FreeBSD.org X-Original-To: apache@FreeBSD.org X-Original-To: FreeBSD-gnats-submit@FreeBSD.org Received: from [192.168.1.51] (l15v-8-120.d2.club-internet.fr [62.34.135.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id A602A4029; Mon, 30 Aug 2004 20:54:07 +0200 (CEST) Date: Mon, 30 Aug 2004 20:54:02 +0200 From: Mathieu Arnold To: Yen-Ming Lee Message-ID: <3ED760CC81D126ABD79140D5@[192.168.1.51]> In-Reply-To: <20040830185132.GA78984@utopia.leeym.com> References: <20040830170301.47EAF3EAD5F@utopia.leeym.com> <77580E1C860399E80F243DDD@[192.168.1.51]> <20040830185132.GA78984@utopia.leeym.com> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 2.64-abso_2004012301 (2004-01-11) on plouf.absolight.net by root@absolight.fr X-Virus-Scanned: by amavisd-new at plouf.absolight.net X-Spam-Status: No, hits=-2.595 tagged_above=-10 required=5 tests=AWL, BAYES_00, RCVD_IN_NJABL_DUL, RCVD_IN_SORBS, RCVD_IN_SORBS_DUL X-Spam-Level: cc: FreeBSD-gnats-submit@FreeBSD.org cc: apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 18:54:16 -0000 +-Le 31/08/2004 02:51 +0800, Yen-Ming Lee a dit : | On Mon, Aug 30, 2004 at 07:19:07PM +0200, Mathieu Arnold wrote: |> +-Le 31/08/2004 01:03 +0800, Yen-Ming Lee a dit : |> | - Bundle::Apache.3 \ |> | + Bundle::Apache.3 Apache::MyConfig.3 \ |> |> This is true with 5.8.5 but not with 5.6.1 or 5.005_03, this is a bug in |> ExtUtils, so, you also have to add a patch to the Makefile.PL to add the |> full list of man pages. | | How about add a conditional MAN3 after ".include "? That's good too, some port chose this way, as it's way easier :-) -- Mathieu Arnold From owner-freebsd-apache@FreeBSD.ORG Tue Aug 31 21:57:03 2004 Return-Path: Delivered-To: freebsd-apache@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B983E16A4CE; Tue, 31 Aug 2004 21:57:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EC3143D53; Tue, 31 Aug 2004 21:57:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i7VLv3GL021235; Tue, 31 Aug 2004 21:57:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7VLv3ob021231; Tue, 31 Aug 2004 21:57:03 GMT (envelope-from linimon) Date: Tue, 31 Aug 2004 21:57:03 GMT From: Mark Linimon Message-Id: <200408312157.i7VLv3ob021231@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 21:57:03 -0000 Synopsis: [PATCH] www/mod_perl: add missing manpage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-apache Responsible-Changed-By: linimon Responsible-Changed-When: Tue Aug 31 21:56:47 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=71157 From owner-freebsd-apache@FreeBSD.ORG Thu Sep 2 09:58:34 2004 Return-Path: Delivered-To: freebsd-apache@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9125816A4CE; Thu, 2 Sep 2004 09:58:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708DD43D1F; Thu, 2 Sep 2004 09:58:34 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) i829wYrt008400; Thu, 2 Sep 2004 09:58:34 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i829wYJ7008396; Thu, 2 Sep 2004 09:58:34 GMT (envelope-from mat) Date: Thu, 2 Sep 2004 09:58:34 GMT From: Mathieu Arnold Message-Id: <200409020958.i829wYJ7008396@freefall.freebsd.org> To: leeym@utopia.leeym.com, mat@FreeBSD.org, freebsd-apache@FreeBSD.org Subject: Re: ports/71157: [PATCH] www/mod_perl: add missing manpage X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 09:58:34 -0000 Synopsis: [PATCH] www/mod_perl: add missing manpage State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Thu Sep 2 09:58:29 GMT 2004 State-Changed-Why: Committed, thanks ! http://www.freebsd.org/cgi/query-pr.cgi?pr=71157 From owner-freebsd-apache@FreeBSD.ORG Thu Sep 2 15:42:56 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8292F16A4CE for ; Thu, 2 Sep 2004 15:42:56 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 01CBD43D49 for ; Thu, 2 Sep 2004 15:42:55 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 92944 invoked by uid 89); 2 Sep 2004 17:42:53 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 89 with qmail-scanner-1.22 (clamdscan: 0.74. spamassassin: 2.63. Clear:RC:1(192.168.0.8):. Processed in 0.046694 secs); 02 Sep 2004 15:42:53 -0000 X-Qmail-Scanner-Mail-From: sheepkiller@cultdeadsheep.org via goofy.cultdeadsheep.org X-Qmail-Scanner: 1.22 (Clear:RC:1(192.168.0.8):. Processed in 0.046694 secs) Received: from unknown (HELO persephone.cultdeadsheep.org) (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 2 Sep 2004 17:42:53 +0200 Received: (qmail 65895 invoked from network); 2 Sep 2004 17:41:24 +0200 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by persephone.cultdeadsheep.org with SMTP; 2 Sep 2004 17:41:24 +0200 Date: Thu, 2 Sep 2004 17:42:35 +0200 From: Clement Laforet To: apache@FreeBSD.org Message-Id: <20040902174235.5e0ab74a.sheepkiller@cultdeadsheep.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: apache 2.0.51-rc2 port available for testing X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 15:42:56 -0000 Hi! You can find the latest version of apache2 ports here: http://people.freebsd.org/~clement/apache/download/ports/update/apache2-2.0.51rc2.tar.gz Feel free to contact me if you notice a problem/bug. regards, clem