From owner-freebsd-apache@FreeBSD.ORG Fri Jul 11 13:28:52 2014 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CD4ACAD for ; Fri, 11 Jul 2014 13:28:52 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (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 E3F2628D4 for ; Fri, 11 Jul 2014 13:28:51 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id v10so831471qac.19 for ; Fri, 11 Jul 2014 06:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=O2wJK5x5VrxEAijS53y7gLCNWbM3/YugELVFhRN5OIU=; b=JlX4UixvjEVhvSqr2B52ETZvmPBKsqn003nvkVAdqJipDukDe1iFPseNdP/fGqaYG9 zcmUClhGUmIekp83Oy5FbNJiTenWcRfbDJKP8ZtKI3F1+2XaU93UWIAkbB011gX73PK7 ILFmAyW8oZR7uhQF3dK+xCC/QkLny9WKITDisx5l+Vq+ySQ42xe0BZXBzSiCxtwTWBcV zenfnXQrtqk6M+u7FYuE5jmJQ5uK3Ry56l9w3ASbszsC6lgxJ+2euKed7z/FsYGlcHI1 itLXXn5zbuLR3U8q5vM5CQnKrQpYO1Ajcd19EYvP8I7DhhIQRiyToKpt0i0vzp3stGYa 7vFg== X-Received: by 10.140.105.163 with SMTP id c32mr87436681qgf.85.1405085330870; Fri, 11 Jul 2014 06:28:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.120.132 with HTTP; Fri, 11 Jul 2014 06:28:30 -0700 (PDT) From: Allan Sundry <4flatline@gmail.com> Date: Fri, 11 Jul 2014 16:28:30 +0300 Message-ID: Subject: apache24 MPM_ITK To: apache@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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:28:52 -0000 Hi! I have many Apache 2.2 virtual hosts with the same configuration: CODE: SELECT ALL ServerAdmin webmaster@site.com ServerName site.com ServerAlias www.site.com DocumentRoot /home/site.com/htdocs/ ErrorLog /home/site.com/logs/error.log CustomLog /home/site.com/logs/access.log common AssignUserID site.com ftp DirectoryIndex index.html index.htm index.php Options Includes FollowSymLinks SymLinksIfOwnerMatch AllowOverride All Order allow,deny Allow from all I get errors when trying to run the same configuration on Apache 2.4: 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. Help solve the problem.