From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PbQxT-00039Q-HX for garchives@archives.gentoo.org; Sat, 08 Jan 2011 05:03:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C8DE07F7 for ; Sat, 8 Jan 2011 05:03:18 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id BE6D2E072B for ; Sat, 8 Jan 2011 04:57:12 +0000 (UTC) Received: from [172.17.29.14] (unknown [65.213.236.242]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 68DE437AFD for ; Fri, 7 Jan 2011 23:57:12 -0500 (EST) Message-ID: <4D27EEA5.6080301@orlitzky.com> Date: Fri, 07 Jan 2011 23:57:09 -0500 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101122 Lightning/1.0b3pre Thunderbird/3.1.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 To: gentoo-hardened@lists.gentoo.org Subject: [gentoo-hardened] UDEREF vs. Apache MMAP Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 96b12c8c-a069-431a-995d-2f76ad531217 X-Archives-Hash: a2445466e535d285e279aab9f353007e I was able to figure out my new apache problem. It seems that PAX_MEMORY_UDEREF and apache's EnableMMAP directive don't get along sometimes: http://httpd.apache.org/docs/2.2/mod/core.html#enablemmap With UDEREF enabled and MMAP on, I get random inappropriate 206 response codes everywhere causing headers, images, and CSS files to fail to transfer properly. This is sufficiently into the realm of what I consider voodoo. Is there anything I can do to help narrow down the problem, or should I just disable MMAP and be happy?