It is the same user.  I am running the cgi script from my browser through
the web server.

-----Original Message-----
From: Richard Lynch [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 12, 2006 3:08 PM
To: gaw
Cc: php-general@lists.php.net
Subject: RE: [PHP] no SSL environment vaiables

On Thu, October 12, 2006 4:27 pm, gaw wrote:
> The SSL_ variables are available in the environment.  If I run a cgi
> script
> and display env they are there.  But they do not show in phpinfo();

Which USER runs the CGI script?...

You have to 'su' to the User defined in httpd.conf, or it doesn't have
any meaning what you do in CGI for ENV.

You MUST be logged in as the user whose ENV PHP is using, which is not
your normal login.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to