From owner-freebsd-questions@FreeBSD.ORG Sun Jul 10 22:56:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5740816A41C for ; Sun, 10 Jul 2005 22:56:21 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E95A343D46 for ; Sun, 10 Jul 2005 22:56:20 +0000 (GMT) (envelope-from do.you.got.root@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so795052wri for ; Sun, 10 Jul 2005 15:56:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ivTIAZkaTuePmaBhfmyipJE/fpetl3zK0UTNpLQo6aMRIOIxJHwwFqkjUn2dHDu9zG7TEvbHnMBoC4JGPpqguKNkOM+3Xu8VN/RzxhWcz27vdx/Z49lIGlM0t0kmkcHGuA398wpwkhSIrtVbTfmgdSwR2N2Uqermwl984OXzJG0= Received: by 10.54.25.26 with SMTP id 26mr84548wry; Sun, 10 Jul 2005 15:56:20 -0700 (PDT) Received: by 10.54.78.3 with HTTP; Sun, 10 Jul 2005 15:56:20 -0700 (PDT) Message-ID: Date: Sun, 10 Jul 2005 18:56:20 -0400 From: Todd Suits To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: mod_security install Apache 2, port dependencies problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Todd Suits List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 22:56:21 -0000 I installed Apache mod_security on my Apache 2 httpd. Since this my ports dependencies are off. It appears mod_security is only for Apache 1.3x according to "make depends" How do I solve the ports problem or where do I find mod_security for Apache 2. Thanks