From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 05:38:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307871065674 for ; Tue, 8 Apr 2008 05:38:09 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id DF3268FC2B for ; Tue, 8 Apr 2008 05:38:08 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so475176anc.13 for ; Mon, 07 Apr 2008 22:38:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=ORlL0w2hszuWJzOggf8nNBi7GQrkERqzTP4h+e1fvM8=; b=JF7ORr0g6TF7Knz/gJQMKzqjvEfsVSdKgjnwMmS4LPL3n8ut0aXbpbS8EstsfOptoHQ1A6qSz1ZojZOm2rz9nSUbk5uyXyv3C0zfOhE/gh7UWtH2bRxRbdL4UKfp5Ep0Sl+Au4dT27O+9JJBgRuqb1aFSxszCEjWVxvEMA+uEng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=EVpXpFpDCaFFQmgvai2BXpyP6VNO7TWkcBFDAPT82aFZEASjtSUJ7BdzD/SDOVhQ+4jmFPoyRTEvn53Jye3Dj8Ku6WPSw3c5EZcFqedMnOymWC4Lihg0AVrymgVN8qYMENABYzVwtHK0CK6AUt87nQI1+u3M5T7qzLAC7T1eU74= Received: by 10.101.68.10 with SMTP id v10mr11034808ank.17.1207631507401; Mon, 07 Apr 2008 22:11:47 -0700 (PDT) Received: by 10.100.58.16 with HTTP; Mon, 7 Apr 2008 22:11:47 -0700 (PDT) Message-ID: Date: Mon, 7 Apr 2008 23:11:47 -0600 From: "Tim DeBoer" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Apache22 Port Install Problem 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: Tue, 08 Apr 2008 05:38:09 -0000 I wasn't sure if I should post here or on the apache list, but since it's an issue with the port version, rather than the tarball, hopefully this is the right place. The install goes fine, no obvious errors anyway, when I do apachectl configtest, I get # apachectl configtest Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration This is the related section in httpd.conf that it's complaining about: # Each directory to which Apache has access can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the "default" to be a very restrictive set of # features. # AllowOverride None Order deny,allow Deny from all I've tried re-compiling without any extra options at all, and I've tried it with auth_basic enabled. I made sure to use the "fresh" httpd.conf, each time but it made no difference. I'm really not sure how to proceed here. Could someone point me in the right direction, please? Thanks :) -- Tim DeBoer The other day, I dropped a piece of bread and it fell butter side up. I was convinced that I'd buttered the wrong side of the bread.