From owner-freebsd-apache@FreeBSD.ORG Sat Aug 25 15:23:30 2012 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF0CB106566B; Sat, 25 Aug 2012 15:23:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2C348FC0A; Sat, 25 Aug 2012 15:23:30 +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 q7PFNUhl023633; Sat, 25 Aug 2012 15:23:30 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7PFNUIe023629; Sat, 25 Aug 2012 15:23:30 GMT (envelope-from ohauer) Date: Sat, 25 Aug 2012 15:23:30 GMT Message-Id: <201208251523.q7PFNUIe023629@freefall.freebsd.org> To: ohauer@FreeBSD.org, apache@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Cc: Subject: Re: ports/153406: www/apache22's SUEXEC_RSRCLIMIT option does not take effect 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: Sat, 25 Aug 2012 15:23:31 -0000 Synopsis: www/apache22's SUEXEC_RSRCLIMIT option does not take effect Responsible-Changed-From-To: apache->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Sat Aug 25 15:17:40 UTC 2012 Responsible-Changed-Why: I'll take it. I will convert this to an OPTION so you don't have to handle with the files from var/ports/.../options. Btw. the right way was to define this in etc/make.conf or use `make -DWITH_SUEXEC_RSRCLIMIT' since the option framework reads only variables defined as OPTION= or for the new framework OPTIONS_DEFINE. http://www.freebsd.org/cgi/query-pr.cgi?pr=153406