From owner-freebsd-apache@FreeBSD.ORG Sun Aug 5 19:51:48 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 D496B106566B for ; Sun, 5 Aug 2012 19:51:48 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id A4BAB8FC1B for ; Sun, 5 Aug 2012 19:51:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 8477D50977 for ; Sun, 5 Aug 2012 19:51:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qzM4iL5byQjH for ; Sun, 5 Aug 2012 19:51:42 +0000 (UTC) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id 3E3E750963 for ; Sun, 5 Aug 2012 19:51:42 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 5 Aug 2012 15:51:37 -0400 Message-Id: <065ED0F4-C02C-4B37-91DF-C5CCE91BF91C@langille.org> To: freebsd-apache@freebsd.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Subject: apr_global_mutex_child_init() fails with permission denied 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, 05 Aug 2012 19:51:48 -0000 Folks, I'm trying to get some software running with FreeBSD. I have this = function in the third party code: rc =3D apr_global_mutex_child_init((apr_global_mutex_t **) = &tp->mutex, tp->lockfile, p); Which always results in: Permission denied It is created with: rc =3D apr_global_mutex_create((apr_global_mutex_t **) &tp->mutex, = tp->lockfile, shMutexMech, p); followed by: unixd_set_global_mutex_perms((apr_global_mutex_t *) tp->mutex); Which should set things up properly I have found similar problems, which relate to this issue, but don't = know how to resolve it. Anyone have experience in this area? --=20 Dan Langille - http://langille.org From owner-freebsd-apache@FreeBSD.ORG Mon Aug 6 08:26:29 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 0BB9A1065672 for ; Mon, 6 Aug 2012 08:26:29 +0000 (UTC) (envelope-from alex@hugo.bmg.gv.at) Received: from m2.bmgf.gv.at (m2.bmgf.gv.at [IPv6:2a00:1610:0:50::19:2]) by mx1.freebsd.org (Postfix) with ESMTP id C96D48FC1E for ; Mon, 6 Aug 2012 08:26:28 +0000 (UTC) From: Alexander Hausner To: apache@freebsd.org Date: Mon, 6 Aug 2012 10:26:23 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201208061026.24106.alex@hugo.bmg.gv.at> Cc: Subject: PR: ports/167964 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: Mon, 06 Aug 2012 08:26:29 -0000 Dear all! I've submitted a pr ports/167964: New port:www/mod_authn_otp on Wed, 16 May 2012. What is the state of this pr? Shall I modify anything and resubmit? Best regards, Alex From owner-freebsd-apache@FreeBSD.ORG Mon Aug 6 11:06:15 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 69E1A1065676 for ; Mon, 6 Aug 2012 11:06:15 +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 548A48FC15 for ; Mon, 6 Aug 2012 11:06: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 q76B6FnM021028 for ; Mon, 6 Aug 2012 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76B6ETa021026 for apache@FreeBSD.org; Mon, 6 Aug 2012 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Aug 2012 11:06:14 GMT Message-Id: <201208061106.q76B6ETa021026@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, 06 Aug 2012 11:06:15 -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/168769 apache [PATCH] www/apache22: Add SuexecUserdir support o ports/168710 apache [PATCH] www/mod_auth_cas: update to 1.0.9.1 o ports/167965 apache if to make port (www/apache22) with an option: WITH_AL o ports/167964 apache New port:www/mod_authn_otp f ports/166488 apache [PATCH] www/mod_auth_imap2: add dovecot patch o ports/165809 apache add mod_proxy patch to www/apache22 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 16 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Aug 6 11:07:05 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 EE8151065687 for ; Mon, 6 Aug 2012 11:07:04 +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 707CA8FC20 for ; Mon, 6 Aug 2012 11:07:04 +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 q76B74QW021693 for ; Mon, 6 Aug 2012 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76B73oq021691 for freebsd-apache@FreeBSD.org; Mon, 6 Aug 2012 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Aug 2012 11:07:03 GMT Message-Id: <201208061107.q76B73oq021691@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-apache@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-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, 06 Aug 2012 11:07:05 -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/170124 apache net/spread: perl extension included in spread-src is b o ports/169958 apache unify all apache22-xxx-mpm options to www/apache22 mak 2 problems total. From owner-freebsd-apache@FreeBSD.ORG Tue Aug 7 01:24:14 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 AE57E1065672 for ; Tue, 7 Aug 2012 01:24:14 +0000 (UTC) (envelope-from pgollucci@p6m7g8.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 638BF8FC15 for ; Tue, 7 Aug 2012 01:24:14 +0000 (UTC) Received: by qaat11 with SMTP id t11so1444581qaa.13 for ; Mon, 06 Aug 2012 18:24:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=jUPXAbz8KBiTzx8Zs7pWD0KlcyGZ0wCpjZdp1jeGx/s=; b=dsAqmpuGQQV0J2cnqA2p6v6aZsDNN0+XquJAsUNPHPbjDzUzG2y/uPIubgr2wxJLdK /jaKK2eQJNQOKRRIOExHCJlDajynWabFOBxbqs2GzGIkCpEX6/iQyp3yDwq7vLhLrK/P TZLZSnJzrpTNKC6QCQ7pF7W2P4U05fCQ/D/pyNTG8jdbqHIYGRx8huwJpBu5O5irZEWd svJMgA/p+HImhkFS1AKqs1KlOiHzyj0Nv/R7/wbGrt6plt0ob/cmG6uMux1bzt/xnBJd 35mI37R1iw1lsHaUxq2AiOqKltMPh7oqRIxFBBFZFIJl6ftcK1kOBo5KSzsuT3BONCYI ANmg== MIME-Version: 1.0 Received: by 10.224.105.193 with SMTP id u1mr21039187qao.85.1344302653349; Mon, 06 Aug 2012 18:24:13 -0700 (PDT) Received: by 10.49.16.4 with HTTP; Mon, 6 Aug 2012 18:24:13 -0700 (PDT) X-Originating-IP: [71.191.238.175] Date: Mon, 6 Aug 2012 21:24:13 -0400 Message-ID: From: "Philip M. Gollucci" To: apache@freebsd.org X-Gm-Message-State: ALoCoQkZfkV7+RJIpsxyARYi6bgcYd7t6Why7p/xdxRKMF0sqr20/P+d3JH3b26czoYLRQcvIh/v Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Looking for new apache@ members 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, 07 Aug 2012 01:24:14 -0000 Please see the http://wiki.freebsd.org/Apache I'd like to start by adding wesley@. If anyone else would like to sign up, please reply. -- --------------------------------------------------------------------------------------------- 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 Tue Aug 7 08:29:10 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 95B7F106573B for ; Tue, 7 Aug 2012 08:29:10 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 845298FC1B for ; Tue, 7 Aug 2012 08:29:10 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q778TAnY009941 for ; Tue, 7 Aug 2012 08:29:10 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 7 Aug 2012 08:29:10 GMT Message-Id: <201208070829.q778TAnY009941@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: apache@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 08:29:10 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: devel/apr0 description: Apache Portability Library maintainer: apache@FreeBSD.org deprecated because: will be unsupported by ASF when 2.4.0 is released, migrate to devel/apr1 now expiration date: 2012-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=apr0 portname: www/apache20 description: Version 2.0.x of Apache web server with prefork MPM. maintainer: apache@FreeBSD.org deprecated because: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now expiration date: 2012-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache20 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-apache@FreeBSD.ORG Tue Aug 7 14:58:16 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 5B055106564A for ; Tue, 7 Aug 2012 14:58:16 +0000 (UTC) (envelope-from marcellocoutinho@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 11F538FC08 for ; Tue, 7 Aug 2012 14:58:15 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so5165531vcb.13 for ; Tue, 07 Aug 2012 07:58:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dJ2Y1uIqD3FaRUqdgCay/bSk4h4IE7ELho8OEz26Y4o=; b=fmfL82VyFpR9LO9SWOjkzqaBX+1tTi8wiT7UU5xWTumA9S/BGIQjahsGRFxkv8+Dvh KRTQEZf2A09e+McsLDOf5R82d445aTnZ5dghTA5Ol05d4KCZASZlhLsILulvWIts79yQ +OudF2Zo1qDAgXb5o92LKJXOHpiaQfmlFJoTDi3PMuhs5sjXeMj4M3xES0nxm0YTACVL eiF4UsqIEngqkIKPv+dHvBnR+6vKf0lWJUcit6tye389aNnNVEEuO6C0mu8bcvMTBctx 6Zfe/ZM48YKJHPyuBHFReEm/Er0ldWlC+rWB3IEZmhcLNgEzzjNU/opNwQTpoqYFNUqR 61Tw== MIME-Version: 1.0 Received: by 10.220.108.15 with SMTP id d15mr11168843vcp.37.1344351495272; Tue, 07 Aug 2012 07:58:15 -0700 (PDT) Received: by 10.58.125.33 with HTTP; Tue, 7 Aug 2012 07:58:15 -0700 (PDT) Date: Tue, 7 Aug 2012 11:58:15 -0300 Message-ID: From: Marcello Coutinho To: "apache@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: http://www.freebsd.org/cgi/query-pr.cgi?pr=170124 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, 07 Aug 2012 14:58:16 -0000 HI, Sorry for the direct email. Can you check/merge this patches? I'm trying to get spread perl module on modsecurity. att, Marcello Coutinho From owner-freebsd-apache@FreeBSD.ORG Wed Aug 8 12:04:00 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 BD6031065674 for ; Wed, 8 Aug 2012 12:04:00 +0000 (UTC) (envelope-from tharleapp@gmail.com) Received: from oproxy7-pub.bluehost.com (oproxy7.bluehost.com [IPv6:2605:dc00:100:2::a7]) by mx1.freebsd.org (Postfix) with SMTP id 80D8E8FC20 for ; Wed, 8 Aug 2012 12:04:00 +0000 (UTC) Received: (qmail 30712 invoked by uid 0); 8 Aug 2012 12:04:00 -0000 Received: from unknown (HELO box294.bluehost.com) (69.89.31.94) by oproxy7.bluehost.com with SMTP; 8 Aug 2012 12:04:00 -0000 Received: from localhost ([127.0.0.1]:59076 helo=box294.bluehost.com) by box294.bluehost.com with esmtp (Exim 4.76) (envelope-from ) id 1Sz4zX-00031Z-Nu for freebsd-apache@freebsd.org; Wed, 08 Aug 2012 06:03:59 -0600 To: freebsd-apache@freebsd.org X-PHP-Script: www.tharle.com/blog/wp-cron.php for 69.195.120.215 Date: Wed, 8 Aug 2012 12:03:59 +0000 From: Tharle Games Message-ID: X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] X-email_id: 5 MIME-Version: 1.0 X-Identified-User: {:box294.bluehost.com:kannada2:box294.bluehost.com} {sentby:program running on server} Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tharle Games List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2012 12:04:00 -0000 Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem Gold Combat HD, Arcade Shooting Gold Rush Hi, There We would like to introduce our newly launched game on app store "Gold Combat ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=99&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions )" for iPhone and iPad. Which is Free to download and available at Appstore globally. This is totally action arcade shooting mayhem game with mere implementation of strategic approach. The game is targeted to users, who like to play classic arcade shooting games. In a nutshell if you like Tesla (online flash game) you will like this also. Watch our Game Preview on Youtube ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=99&urlencoded=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PVZDeVIxZFRMZlkw&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Tap to shoot or kill is one of a great feature of the game, keeping in mind for apple users and arcade game players we have tried to match the graphics quality and bug free app with minimal game controls , I hope you will enjoy playing this. The game is free to download but consist of ads and can be removed from in-app purchase, users can also by gold coins through in-app purchase for buying power ups in the game. Download From App Store ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=99&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Unsubscribe ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=99&urlencoded=W3Vuc3Vic2NyaWJlX2xpbmtd&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Basavaraj Pujar, basavaraj@tharle.com (+91) 9886196010 From owner-freebsd-apache@FreeBSD.ORG Sat Aug 11 21:23: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 1BC1E1065675; Sat, 11 Aug 2012 21:23:12 +0000 (UTC) (envelope-from curtis@occnc.com) Received: from gateway.ipv6.occnc.com (gateway.ipv6.occnc.com [IPv6:2001:470:1f07:1545::1:132]) by mx1.freebsd.org (Postfix) with ESMTP id CB5488FC08; Sat, 11 Aug 2012 21:23:11 +0000 (UTC) Received: from newharbor.ipv6.occnc.com (newharbor.ipv6.occnc.com [IPv6:2001:470:1f07:1545::1:320]) (authenticated bits=0) by gateway.ipv6.occnc.com (8.14.5/8.14.5) with ESMTP id q7BLMn3g037694; Sat, 11 Aug 2012 17:22:49 -0400 (EDT) (envelope-from curtis@occnc.com) Message-Id: <201208112122.q7BLMn3g037694@gateway.ipv6.occnc.com> To: freebsd-www@freebsd.org From: Curtis Villamizar Date: Sat, 11 Aug 2012 17:22:48 -0400 Cc: Clement Laforet , apache@freebsd.org, curtis@occnc.com Subject: patch to apache for IPv6 only httpd X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: curtis@occnc.com List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2012 21:23:12 -0000 FYI- This very simple patch prevents an assert when httpd is run on a server that has no IPv4 address. An example is a BSD jail running with only an IPv6 address on the interface (no loopback so no 127.0.0.1 address to bind to). Copy the patch below into the files directory as /usr/ports/www/apache22/files/patch-server__config.c The port maintainer is on the Cc. No bug has been reported. BTW- I noticed this a long time ago. I don't remember if I reported it or forgot to. Appologies if this is a duplicate. It is not in the httpd-2.2.22.tar.bz2 tarball, in the distinfo dated 23 July 2012. Curtis --- ./server/config.c.orig 2010-10-07 09:56:54.000000000 -0700 +++ ./server/config.c 2011-09-26 21:20:35.000000000 -0700 @@ -1979,6 +1979,9 @@ /* NOT virtual host; don't match any real network interface */ rv = apr_sockaddr_info_get(&s->addrs->host_addr, NULL, APR_INET, 0, 0, p); + if (rv != APR_SUCCESS) + rv = apr_sockaddr_info_get(&s->addrs->host_addr, + NULL, APR_UNSPEC, 0, 0, p); ap_assert(rv == APR_SUCCESS); /* otherwise: bug or no storage */ s->addrs->host_port = 0; /* matches any port */