From owner-freebsd-www@FreeBSD.ORG Sun May 28 05:44:19 2006 Return-Path: X-Original-To: freebsd-www@hub.freebsd.org Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD8816BC20 for ; Sun, 28 May 2006 05:30:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 508E243D77 for ; Sun, 28 May 2006 05:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4S5UHVb094231 for ; Sun, 28 May 2006 05:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4S5UH4E094230; Sun, 28 May 2006 05:30:17 GMT (envelope-from gnats) Resent-Date: Sun, 28 May 2006 05:30:17 GMT Resent-Message-Id: <200605280530.k4S5UH4E094230@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brian Gourlie Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13B7216BA72 for ; Sun, 28 May 2006 05:15:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50B743D48 for ; Sun, 28 May 2006 05:15:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4S5Fn4E096151 for ; Sun, 28 May 2006 05:15:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4S5FnES096150; Sun, 28 May 2006 05:15:49 GMT (envelope-from nobody) Message-Id: <200605280515.k4S5FnES096150@www.freebsd.org> Date: Sun, 28 May 2006 05:15:49 GMT From: Brian Gourlie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: www/98045: phpmyadmin post-installation example for adding alias to httpd.conf causes syntax error when starting httpd X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 05:44:23 -0000 >Number: 98045 >Category: www >Synopsis: phpmyadmin post-installation example for adding alias to httpd.conf causes syntax error when starting httpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun May 28 05:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Brian Gourlie >Release: 6.1 >Organization: >Environment: FreeBSD dev 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The post-installation notes following the installation of phpmyadmin give an example for adding a phpmyadmin alias to the httpd.conf. See post-installing output: To make phpMyAdmin available through your web site, I suggest that you add something like the following to httpd.conf: Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" Options none AllowOverride Limit Order Deny, Allow Deny from all Allow from 127.0.0.1 .example.com This example will cause a syntax error when starting httpd, because of the following line: Order Deny, Allow The whitespace between "Deny, Allow" causes the syntax error, httpd prompting the user that it is not a valid argument for the "Order" directive. >How-To-Repeat: Install phpmyadmin from the ports directory >Fix: Change the line in the example from: Order Deny, Allow To: Order Deny,Allow >Release-Note: >Audit-Trail: >Unformatted: