From owner-freebsd-apache@FreeBSD.ORG Fri Jul 11 13:57:51 2014 Return-Path: Delivered-To: apache@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 85AE0511 for ; Fri, 11 Jul 2014 13:57:51 +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 3C2662BDF for ; Fri, 11 Jul 2014 13:57:50 +0000 (UTC) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:6a0:1cb::b]) by mail.freebsd.systems (Postfix) with ESMTP id 1C5061B2; Fri, 11 Jul 2014 15:57:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([91.204.91.44]) by mail.freebsd.systems (scan.freebsd.systems [91.204.91.44]) (amavisd-new, port 10026) with ESMTP id Q0nR6Tw4UtW8; Fri, 11 Jul 2014 15:57:45 +0200 (CEST) Received: from [192.168.138.100] (unknown [194.181.86.74]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id 75AE71AF; Fri, 11 Jul 2014 15:57:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wasikowski.net; s=default; t=1405087065; bh=HG1j1FO4jtGrFamLEI6RGy0p1tsj0El3+1DATIvMkhg=; h=Date:From:To:References:In-Reply-To; b=rRaQ/mY1HFuXmyAOLTALOYK7EcaCvMEAHIZ0Lzfg8qwG+/WSnTZ/7BeFmNulMiwtp IXA4TyCIdxpLpW7+w8DlsnWw3wYct31ArzcinY7IaY5L5HMrTJqz5LuziqxtLqo5DE ohmLyYIX44bmInbzJhOo3dgISnoH0hev48xsYDRdWRwpJ3c2Oi4HoiYTSHxYQyfZG/ o4pTo3aDKEjm94SsXLvDsPO2apnpaw0ThWXkxtxhFZ8FUM6XvoeOuXalQoQyx4Qqs/ 8b2DnlyMj0Eqm3ZmMEsigf6YUyLk3U9gCpUn1BhYlNEd1oaq2379QQz4OodKgFK9CY i3UojUv8UrY1Q== Message-ID: <53BFED4D.7050101@wasikowski.net> Date: Fri, 11 Jul 2014 15:57:33 +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: apache24 MPM_ITK 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: Fri, 11 Jul 2014 13:57:51 -0000 W dniu 2014-07-11 15:28, Allan Sundry pisze: > CODE: SELECT ALL > Performing > sanity check on apache24 configuration: > AH00526: Syntax error on line 8 of > /usr/local/etc/apache24/Includes/site.com.conf: > Invalid command 'AssignUserID', perhaps misspelled or defined by a module > not included in the server configuration > Unfortunately the apache24 port can not be compiled with support MPM_ITK. You need to load mpm-itk into apache 2.4. There is pending port with mpm-itk for apache 2.4: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188992 It's waiting for almost three months for some good soul to pick it up :) -- best regards, Lukasz Wasikowski