https://issues.apache.org/bugzilla/show_bug.cgi?id=46716
--- Comment #2 from Matus "fantomas" Uhlar <[email protected]> 2009-08-09 23:52:09 PDT --- hell, I've missed this. I patched suexec to pass two additional environment variables, TMPDIR and HOME. While I can see HOME in my CGI scripts, I couldn't see TMPDIR when running with suexec, without suexec I saw it without problems. I have added TMPDIR and HOME variables in <VirtualHost> config, different for each virtual host. <VirtualHost php.nextra.sk> ServerName php.fantomas.sk DocumentRoot /.../ SuexecUserGroup "#..." "#..." SetEnv TMPDIR "/.../" SetEnv HOME "/.../" </VirtualHost> I apparently should check this with 2.2.12... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
