From c8d40dcde6c8c6c26850f2a96f2348d176a2fdc4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 29 Jun 2009 09:36:28 -0400
Subject: [PATCH] Updated debian installation instructions.

---
 docs/INSTALL_DEBIAN_5.0.txt |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/docs/INSTALL_DEBIAN_5.0.txt b/docs/INSTALL_DEBIAN_5.0.txt
index 137493e..5a53c44 100644
--- a/docs/INSTALL_DEBIAN_5.0.txt
+++ b/docs/INSTALL_DEBIAN_5.0.txt
@@ -82,33 +82,6 @@
 
 a2enmod suexec rewrite ssl actions include
 
-# Secure phpMyAdmin by deleting setuppassword-file
-# and removing/commenting Setup Authorization from apache.conf
-
-rm /etc/phpmyadmin/htpasswd.setup
-
-vi /etc/phpmyadmin/apache.conf
-
-# delete/comment following lines (between the ----- lines):
-------------------------------------------------------
-        # Authorize for setup
-       <Files setup.php>
-           # For Apache 1.3 and 2.0
-           <IfModule mod_auth.c>
-               AuthType Basic
-               AuthName "phpMyAdmin Setup"
-               AuthUserFile /etc/phpmyadmin/htpasswd.setup
-           </IfModule>
-           # For Apache 2.2
-           <IfModule mod_authn_file.c>
-               AuthType Basic
-               AuthName "phpMyAdmin Setup"
-               AuthUserFile /etc/phpmyadmin/htpasswd.setup
-           </IfModule>
-           Require valid-user
-       </Files>
-------------------------------------------------------
-
 # restart apache before continuing
 
 /etc/init.d/apache2 restart

--
Gitblit v1.9.1