From nobody@FreeBSD.org  Sun May 28 05:23:48 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 13B7216BA72
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <bgourlie@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: phpmyadmin post-installation example for adding alias to httpd.conf causes syntax error when starting httpd
X-Send-Pr-Version: www-2.3

>Number:         98045
>Category:       ports
>Synopsis:       [PATCH]: [PHPMYADMIN] post-installation example for adding alias to httpd.conf causes syntax error when starting httpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 28 05:30:17 GMT 2006
>Closed-Date:    Sun May 28 15:03:25 GMT 2006
>Last-Modified:  Sun May 28 15:03:25 GMT 2006
>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/"

    <Directory "/usr/local/www/phpMyAdmin/">
        Options none
        AllowOverride Limit

        Order Deny, Allow
        Deny from all
        Allow from 127.0.0.1 .example.com
    </Directory>


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:
Responsible-Changed-From-To: freebsd-www->freebsd-port-bugs 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sun May 28 07:50:27 UTC 2006 
Responsible-Changed-Why:  
Alter the synopsis a bit and assign the PR to the correct group 
the www group is not for port related issues but for website 
related issues. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98045 
Responsible-Changed-From-To: freebsd-port-bugs->freebsd-ports-bugs 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sun May 28 08:17:30 UTC 2006 
Responsible-Changed-Why:  
Correct assignee ( i always forget the correct group ). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98045 
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sun May 28 12:13:30 UTC 2006 
State-Changed-Why:  
Asked maintainer for approval 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sun May 28 12:13:30 UTC 2006 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98045 

From: Pav Lucistnik <pav@FreeBSD.org>
To: bug-followup@FreeBSD.org, m.seaman@infracaninophile.co.uk
Cc:  
Subject: Re: ports/98045: [PATCH]: [PHPMYADMIN] post-installation example
	for adding alias to httpd.conf causes syntax error when starting httpd
Date: Sun, 28 May 2006 14:13:27 +0200

 Dear maintainer of FreeBSD port databases/phpmyadmin, please take a look
 at
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=98045
 
 Do you approve this change?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 The Phase Spider. A spider that never seems quite there.
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun May 28 14:20:31 UTC 2006 
State-Changed-Why:  
From posting to freebsd-ports-bugs: 

Port maintainer approves.  Please commit. 

Cheers, 

Matthew 


-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98045 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun May 28 15:03:19 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98045 
>Unformatted:
