From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 14:40:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6B14B9 for ; Thu, 17 Jul 2014 14:40:17 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4922DF1 for ; Thu, 17 Jul 2014 14:40:17 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id j7so1991677qaq.0 for ; Thu, 17 Jul 2014 07:40:16 -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=/hc9TyUpihrsl/nKdOSX/JyMGFhjmh45tBaP6qCpdsY=; b=VuzzNejfEEdLgoJO2EWfFyuAdH+IknPIJxkae7weR6h60LypMGlIxPh4pX1PbROdkI qXO5CpRAZzf+4T3YYb8fM9EGEbk6W36Iko0R2kZLlHHjOOcDsA2uBjdaDRQjf7JByeMv VzXVDarLpKjKNik16isTTnLDx7IVnirS5jVKgZExo5ClvDpo2IFryM1VLqfktGKWu4+p Iup5AEYNuCRJdBTziIQLnB3sxOqaJupmO7SP/Ku3WzSL1PbYV2TYqImX+fvpdaYHHk3z WdMZMp4LRplp7dtB2Oq/jvvIXrdfZ6pZ12aJ24OIw6KQPxS3iGZPuLiPk/B+WxNC5qZE qGIg== MIME-Version: 1.0 X-Received: by 10.229.82.74 with SMTP id a10mr57637194qcl.21.1405608016645; Thu, 17 Jul 2014 07:40:16 -0700 (PDT) Received: by 10.140.105.163 with HTTP; Thu, 17 Jul 2014 07:40:16 -0700 (PDT) Date: Thu, 17 Jul 2014 07:40:16 -0700 Message-ID: Subject: mod_* ports for apache24 From: Tommy Pham To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 14:40:17 -0000 Hi folks, I'm running into a bit of problem locating the ap24-mod_* in /usr/ports/www per: http://www.freebsd.org/cgi/ports.cgi?query=mod_&stype=all&sektion=all root@rproxy:/usr/ports/www # ls -d ap* apache-forrest apache22-event-mpm apache22-worker-mpm apache-mode.el apache22-itk-mpm apache24 apache22 apache22-peruser-mpm apercu for example: *ap24-mod_antiloris-0.4_1 *Protect Apache 2.x against the Slowloris HTTP DoS attack Long description *:* Changes *Maintained by:* alex@vts.su.ac.rs *Requires:* apache24-2.4.9_4 , apr-1.5.1.1.5.3_2 , db48-4.8.30.0_2 , expat-2.1.0_1 , gdbm-1.11_2 , gettext-0.18.3.1_1 , indexinfo-0.2 , libiconv-1.14_3 , pcre-8.34_1 , perl5-5.16.3_11 and root@rproxy:/usr/ports/www/mod_antiloris # make ===> ap24-mod_antiloris-0.4_1 is marked as broken: : Error from bsd.apache.mk. apache24 is installed (or APACHE_PORT is defined) and port requires apache22 at most. *** Error code 1 Stop. make: stopped in /usr/ports/www/mod_antiloris I tried both portsnap and "svn checkout *https://svn0.us-west.FreeBSD.org */ports/head /usr/ports" Am I missing something? Thanks, Tommy