Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2013 09:43:15 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337404 - head/databases/phpmyadmin/files
Message-ID:  <201312250943.rBP9hFHk054874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Dec 25 09:43:15 2013
New Revision: 337404
URL: http://svnweb.freebsd.org/changeset/ports/337404

Log:
  Fix instructions for the apache>=2.3 case
  
  Submitted by:	starlition@tp.edu.tw

Modified:
  head/databases/phpmyadmin/files/pkg-message.in

Modified: head/databases/phpmyadmin/files/pkg-message.in
==============================================================================
--- head/databases/phpmyadmin/files/pkg-message.in	Wed Dec 25 09:19:40 2013	(r337403)
+++ head/databases/phpmyadmin/files/pkg-message.in	Wed Dec 25 09:43:15 2013	(r337404)
@@ -26,7 +26,7 @@ For Apache version 2.4.x or above:
     Alias /phpmyadmin/ "%%WWWDIR%%/"
 
     <Directory "%%WWWDIR%%/">
-	Options -All
+	Options None
 	AllowOverride Limit
 
 	Require local



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312250943.rBP9hFHk054874>