From 4b37a249c79b74e8f28ae90669c77a3bb3ddd44c Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 12 Jan 2016 12:07:25 +0000 Subject: [PATCH] remove incorrect advice; see bug report:359 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1823 a1433add-5e2c-0410-b055-b7f2511e0802 --- INSTALL.TXT | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/INSTALL.TXT b/INSTALL.TXT index c746edb8..5f12e5ae 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -103,21 +103,6 @@ will be fine. For templates_c/, allow write access (only) for the web server user (e. g. www-data). The easiest way to do this is chown -R www-data templates_c -The next 'step', is optional. Only do it, if other non-trusted users have access -to your user: - - Depending on your environment, you may want to protect the database username - and password stored in config.inc.php - if so, you could move them into the - Apache configuration file (which can be set to be visible only by root) using - something like the following in your VirtualHost definition : - - SetEnv DB_USER "postfix" - SetEnv DB_PASS "opensesame" - - config.inc.php would then be able to access these through : - - $CONF['database_user'] = $_SERVER['DB_USER'] - 4. Check settings, and create Admin user ----------------------------------------