From owner-freebsd-questions Wed Mar 6 23:57:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (sc-66-75-67-251.socal.rr.com [66.75.67.251]) by hub.freebsd.org (Postfix) with ESMTP id 3CCAB37B404 for ; Wed, 6 Mar 2002 23:57:45 -0800 (PST) Received: from there (butthead.cwalk.org [192.168.1.20]) by cwalk.org (8.12.2/8.11.3) with SMTP id g277viTb012071 for ; Wed, 6 Mar 2002 23:57:44 -0800 (PST) (envelope-from cwalker@cwalk.org) Message-Id: <200203070757.g277viTb012071@cwalk.org> Content-Type: text/plain; charset="iso-8859-15" From: Caleb Walker To: questions@freebsd.org Subject: Apache startup problems... Date: Wed, 6 Mar 2002 23:56:23 -0800 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can someone tell me why I get this when apache tries to start up? Syntax error on line 380 of /usr/local/etc/apache/httpd.conf: Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration This my httpd.conf file that pertains to that error: 359 360 361 # 362 # This may also be "None", "All", or any combination of "Indexes", 363 # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". 364 # 365 # Note that "MultiViews" must be named *explicitly* --- "Options All" 366 # doesn't give it to you. 367 # 368 Options Indexes FollowSymLinks MultiViews 369 370 # 371 # This controls which options the .htaccess files in directories can 372 # override. Can also be "All", or any combination of "Options", "FileInfo", 373 # "AuthConfig", and "Limit" 374 # 375 AllowOverride None 376 377 # 378 # Controls who can get stuff from this server. 379 # 380 Order allow,deny 381 Allow from all 382 I thank you in advance for you help. Caleb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message