[ postfixadmin-Bugs-2084940 ] INSTALL.TXT documentation wrong example.
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-08-31 14:16:29
|
Bugs item #2084940, was opened at 2008-08-31 11:03 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v 2.2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: INSTALL.TXT documentation wrong example. Initial Comment: in debian package 2.2.1.1, INSTALL.TXT is not clear about ser var in apache conf. you have in example : ... something like the following in your VirtualHost definition : SetVar DB_USER "postfix" SetVar DB_PASS "opensesame" ... must be correct by: SetEnv DB_USER "postfix" SetEnv DB_PASS "opensesame" and add env module must be enabled. ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-08-31 14:16 Message: Logged In: YES user_id=1761957 Originator: NO thank you! fixed in changeset 451 (i think) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 |