Do I need to configure something on my server for this to work?
When I use all of these ENV-variables, I get empty results.
eg:
<?
$temp = getenv("REMOTE_USER");
echo('this is the remote user: -->' . $temp . '<--');
?>
the result is:
this is the remote user: --><--
so the variable is empty, no error, but no result as well.
I have a RedHat server, maybe that is the problem, but i really need to get the username...
Kind regards,
Lieven