According to the PHP manual, the $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] variables are not available when PHP is running as CGI. Any ideas how to circumbent this issue? To my understanding, they are passed to Apache and it simply does not provide them to CGI scripts, and when PHP...