[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: mod_env and suexec don't coexist State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Nov 19 09:14:16 PST 1998 State-Changed-Why: Suexec can't take a list of allowed variablse on the command line, since that would defeat most of the purpose of restricting the environment: to prevent anyone else who gets access to run suexec from a shell from doing bad things. If you can't rename your variables, you are stuck hacking suexec to list each one. Otherwise, you could name them all FOO_ or with some common prefix, then duplicate the HTTP_ code that lets all HTTP_ variables through.
