Re: [PHP] HTTPS spoofing and $_SERVER

2002-05-15 Thread George Whiffen
tting them to keep up to date is that Debian's php package lags so far behind, and they really don't like upgrading unless Debian have rubber stamped it). Kind regards, George > > - Original Message - > From: "George Whiffen" <[EMAIL PROTECTED]> >

Re: [PHP] HTTPS spoofing and $_SERVER

2002-05-15 Thread 1LT John W. Holmes
t; To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 7:35 AM Subject: [PHP] HTTPS spoofing and $_SERVER > Hi, > > I want to know if the user is connected on a secure socket and have two > problems: > > 1. My Apache (Stronghold), variables are not turning up in $_SERVER or

[PHP] HTTPS spoofing and $_SERVER

2002-05-15 Thread George Whiffen
Hi, I want to know if the user is connected on a secure socket and have two problems: 1. My Apache (Stronghold), variables are not turning up in $_SERVER or $HTTP_SERVER_VARS although they are in $GLOBALS e.g. I have $GLOBALS[SERVER_PORT] but not $_SERVER[SERVER_PORT]. This is with track vars a