pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpmyadmin Add a note about allowing access ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d3135eb3d5a
branches:  trunk
changeset: 542122:7d3135eb3d5a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat May 03 10:46:28 2008 +0000

description:
Add a note about allowing access to the scripts directory

diffstat:

 databases/phpmyadmin/MESSAGE               |  7 ++++++-
 databases/phpmyadmin/files/phpmyadmin.conf |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 212ec4fdc81f -r 7d3135eb3d5a databases/phpmyadmin/MESSAGE
--- a/databases/phpmyadmin/MESSAGE      Sat May 03 01:39:13 2008 +0000
+++ b/databases/phpmyadmin/MESSAGE      Sat May 03 10:46:28 2008 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.10 2007/11/27 15:20:47 tron Exp $
+$NetBSD: MESSAGE,v 1.11 2008/05/03 10:46:28 adrianp Exp $
 
 Do *not* edit "${CONF_INC_PHP}" to customize
 this package because it is a link which will removed during upgrades.
@@ -17,4 +17,9 @@
 
 If you use "cookie" authentication method, installing security/php-mcrypt
 package is recommended to accelerate phpMyAdmin operation.
+
+If you are setting up phpmyadmin for the first time you will need to 
+comment out the configuration block in your apache.conf which denies 
+access to the scripts directory.  This only need to be done the first 
+time you access your phpmyadmin installation. 
 ===========================================================================
diff -r 212ec4fdc81f -r 7d3135eb3d5a databases/phpmyadmin/files/phpmyadmin.conf
--- a/databases/phpmyadmin/files/phpmyadmin.conf        Sat May 03 01:39:13 2008 +0000
+++ b/databases/phpmyadmin/files/phpmyadmin.conf        Sat May 03 10:46:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpmyadmin.conf,v 1.2 2004/08/07 11:31:15 adrianp Exp $
+# $NetBSD: phpmyadmin.conf,v 1.3 2008/05/03 10:46:28 adrianp Exp $
 #
 # phpmyadmin configuration file fragment for Apache
 
@@ -12,9 +12,14 @@
     Order allow,deny
     Allow from all
 </Directory>
+
 #
 # For security, don't serve pages from the phpmyadmin scripts directories.
 #
+# NOTE: If you are setting up phpmyadmin for the first time you will need
+# to comment this block out the first time you access your phpmyadmin
+# installation.
+#
 <Directory "@PMDIR@/scripts">
     Order deny,allow
     Deny from all



Home | Main Index | Thread Index | Old Index