diff options
author | adrianp <adrianp> | 2008-05-03 10:46:28 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-05-03 10:46:28 +0000 |
commit | 6266e298fe258a18680de752a69ba364e4f5d5ca (patch) | |
tree | 486c209cc576da7da6abe7a20d59c8468266efb1 /databases/phpmyadmin/files | |
parent | 5147534fa447c1478141dbd6833a76a7877f5b32 (diff) | |
download | pkgsrc-6266e298fe258a18680de752a69ba364e4f5d5ca.tar.gz |
Add a note about allowing access to the scripts directory
Diffstat (limited to 'databases/phpmyadmin/files')
-rw-r--r-- | databases/phpmyadmin/files/phpmyadmin.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/phpmyadmin/files/phpmyadmin.conf b/databases/phpmyadmin/files/phpmyadmin.conf index b4a628e5f98..b70072095c7 100644 --- a/databases/phpmyadmin/files/phpmyadmin.conf +++ b/databases/phpmyadmin/files/phpmyadmin.conf @@ -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 |