SF.net SVN: postfixadmin:[451] trunk/INSTALL.TXT
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-08-31 14:03:04
|
Revision: 451 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=451&view=rev Author: GingerDog Date: 2008-08-31 14:03:11 +0000 (Sun, 31 Aug 2008) Log Message: ----------- INSTALL.TXT: typo fixing, see https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 ; thanks to AldoReset on irc Modified Paths: -------------- trunk/INSTALL.TXT Modified: trunk/INSTALL.TXT =================================================================== --- trunk/INSTALL.TXT 2008-08-23 16:08:18 UTC (rev 450) +++ trunk/INSTALL.TXT 2008-08-31 14:03:11 UTC (rev 451) @@ -86,8 +86,8 @@ Apache configuration file (which can be set to be visible only by root) using something like the following in your VirtualHost definition : - SetVar DB_USER "postfix" - SetVar DB_PASS "opensesame" + SetEnv DB_USER "postfix" + SetEnv DB_PASS "opensesame" config.inc.php would then be able to access these through : This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |