From: <php...@li...> - 2011-12-29 16:36:52
|
Ok, to be more specific: when I call "error_log ("user: " & $_SERVER['PHP_AUTH_USER']);" I get the following error message: "PHP Notice: Undefined index: PHP_AUTH_USER in " This code works in PHP (e.g. after a basic authentication has been filled in, $_SERVER['PHP_AUTH_USER'] normally contains the username) Any ideas why this variable is not accesible? I'm using tomcat 7 and PHP 5.3.8 best, Bo van Weert 2011/12/15 <php...@li...> > > What I notice is that the php code can't access the $_SERVER variables > > Both, the Apache and the FastCGI SAPI (i.e. Apache Tomcat or any other > servlet engine) support it. > > ------------------------------------------------------------------------------ > 10 Tips for Better Server Consolidation > Server virtualization is being driven by many needs. > But none more important than the need to reduce IT complexity > while improving strategic productivity. Learn More! > http://www.accelacomm.com/jaw/sdnl/114/51507609/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |