From owner-freebsd-questions@FreeBSD.ORG Sat Nov 25 17:59:09 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 5201A16A403 for ; Sat, 25 Nov 2006 17:59:09 +0000 (UTC) (envelope-from duncan.fbsd@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEE743D4C for ; Sat, 25 Nov 2006 17:58:19 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so725801pyh for ; Sat, 25 Nov 2006 09:59:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=NcPX90NTl/0En0k+eG1Ob6dAAlXjeBy9MWyUyIWI0YK/W2Gd2Ky64azxLLGemNycfFLYkFaomnCHAWN5UAV1ThOIt2PW181KYvpXp7Ea0fRtfpA3YNehE8NDgzATTtdBwBkF+3zxKGPw0F620BovFHVUN2Y/BozTbDEHsFU+v1s= Received: by 10.35.79.3 with SMTP id g3mr8779971pyl.1164477547878; Sat, 25 Nov 2006 09:59:07 -0800 (PST) Received: from ?192.168.1.20? ( [75.7.74.134]) by mx.google.com with ESMTP id z52sm9504955pyg.2006.11.25.09.59.07; Sat, 25 Nov 2006 09:59:07 -0800 (PST) From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Sat, 25 Nov 2006 11:58:04 -0600 User-Agent: KMail/1.9.4 References: <2cd0a0da0611250331h58507128od62901d92dcaf3b2@mail.gmail.com> In-Reply-To: <2cd0a0da0611250331h58507128od62901d92dcaf3b2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611251158.04757.duncan.fbsd@gmail.com> Cc: VeeJay Subject: Re: 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 17:59:09 -0000 On Saturday 25 November 2006 05:31, VeeJay wrote: > 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!!! What's on line 40, 41, and 42 of your httpd.conf? I you just want a working apache20, skip what you're doing and just do a "make install". Is there a reason that you would want to use apache20 rather than apache22? Just curious. Don