From owner-freebsd-questions@FreeBSD.ORG Sat Nov 25 11:31:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6A1516A407 for ; Sat, 25 Nov 2006 11:31:45 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586CE43D67 for ; Sat, 25 Nov 2006 11:30:55 +0000 (GMT) (envelope-from maanjee@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1016852wxc for ; Sat, 25 Nov 2006 03:31:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Dgajz55nmsnNaQodVYabFU1igj+D8dkYI15DAqBUgqnPO5yAJ6jfVi6tBo01zAT8RFtw5Bml69giBJDGbcueyTt8dkXJY+keublGTznXAFFUN1Y14+QqdySaimnf4h7I2UHsVQSOfxEkwk+sXIBYe4xWTUOKPN0zFvm0d8UD8og= Received: by 10.100.197.15 with SMTP id u15mr1546680anf.1164454301565; Sat, 25 Nov 2006 03:31:41 -0800 (PST) Received: by 10.100.33.13 with HTTP; Sat, 25 Nov 2006 03:31:41 -0800 (PST) Message-ID: <2cd0a0da0611250331h58507128od62901d92dcaf3b2@mail.gmail.com> Date: Sat, 25 Nov 2006 12:31:41 +0100 From: VeeJay To: maanjee@gmail.com, FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Apache port compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 11:31:45 -0000 Hi When compiling apache20 from ports and enabling/diabling knobs, I am writing the make command as follow; #make WITHOUT_MODULES="charset-lite include env setenvif status autoindex asis cgi negotiation imap actions userdir alias so" WITH_MODULES="mpm=prefork access auth log_config mime dir" #make install And after compiling with above command, I am getting this error when running apache # /usr/local/sbin/apachectl start Syntax error on line 41 of /usr/local/etc/apache2/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration Even though I have added "access, auth" modules already.... in the make command... Please help!!! -- Thanks! BR / vj