> From: Zvi Har'El [mailto:[EMAIL PROTECTED]]

> Friends,
>
> I compared the environment variables I get in an SSI, like
> <!--#printenv-->,
> and a CGI, running a script like
>
> #!/usr/local/bin/zsh -x
> echo "Content-type: text/plain"
> echo
> printenv

[missing env variables in cgi]

Are you using suexec? (httpd -l will tell you)

If so, you should be awary that suexec cleans the environment down to a
"safe" list of environment variables.  Apache 2 should probably include the
SSL_* variables in that safe list, but it doesn't at the moment.

Joshua.

Reply via email to