From owner-freebsd-apache@FreeBSD.ORG Tue Jul 15 19:58:24 2014 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDD4277A for ; Tue, 15 Jul 2014 19:58:24 +0000 (UTC) Received: from mail.freebsd.systems (unknown [IPv6:2001:6a0:1cb::b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8247D2DC8 for ; Tue, 15 Jul 2014 19:58:24 +0000 (UTC) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:6a0:1cb::b]) by mail.freebsd.systems (Postfix) with ESMTP id 92D427DF; Tue, 15 Jul 2014 21:58:19 +0200 (CEST) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([IPv6:2001:6a0:1cb::b]) by mail.freebsd.systems (scan.freebsd.systems [IPv6:2001:6a0:1cb::b]) (amavisd-new, port 10026) with ESMTP id yErinMM2MCIO; Tue, 15 Jul 2014 21:58:19 +0200 (CEST) Received: from [192.168.168.1] (89-71-136-148.dynamic.chello.pl [89.71.136.148]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id E36C37D8; Tue, 15 Jul 2014 21:58:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wasikowski.net; s=default; t=1405454299; bh=/2/JQPtFAHt0QrTf9RS/3sfRDtYFfYBjZduL9I1O95o=; h=Date:From:To:References:In-Reply-To; b=Z431jtdQfHqDbZ1AOTgqk/TvIIlT7ZQCHOglOMB7Q/OJXNwMYMoFtH8yA917XDKyW jYU+hGwG2iqBTDPk8NPzJDFlUuZHT8PQmfz4ojVfFFBKzwa7uf++/MHfNAwM8PMeSI YThlN2mQWinJpdVq1XgkjC7gxwcUD9tLp1p8eMiQjYrG3t0mSMQnqvfeZX1Ddo5XFo 4zYx2usnP87vAin/PzhiTGRgoWBVbnp/43Mt9IJ7D8j2IIAX0Rtcrxqnme0uJtiue/ L8o0m99fpOY2VAsXrBQr1qtTJi8efbY+aJ5S6X4R0OQLHqDOiIiXHNU5G8ymnLX7hy xM1RaCbOQU5Jg== Message-ID: <53C587DA.8030109@wasikowski.net> Date: Tue, 15 Jul 2014 21:58:18 +0200 From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Allan Sundry <4flatline@gmail.com>, apache@freebsd.org Subject: Re: mod_bw and other modules to Apache 2.4 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18 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 Jul 2014 19:58:24 -0000 W dniu 2014-07-15 21:50, Allan Sundry pisze: > Now version of Apache 2.4 is installed by default, but it is not compatible > with most of the modules available in the ports: [...] > Stop in /basejail/usr/ports/www/mod_bw. > [22:43]root@web# > > I need a module mod_bw or similar functionality. Please inform on the > timeline for mod_bw for Apache 2.4. I do not want to install Apache 2.2 > instead of 2.4 in just a day after the update. > > Thanks in advance for your attention and response. apache24 has RATELIMIT flag - it's "Output Bandwidth Limiting" according to description. Have you tried it? -- best regards, Lukasz Wasikowski