REQUEST_URI and FastCGI
807567Dec 10 2008 — edited Dec 17 2008Hello,
I recently switched my server from nsapi-php to fastcgi-php using WS7.0u3 and have come to the realization that REQUEST_URI is not passed to php. Although this is not part of the CGI standard, it seems that WS7.0u3 is the only major server not passing REQUEST_URI to the php workers.
In nsapi-php mode, REQUEST_URI is passed on ws7. With apache in mod_php and fastcgi modes, REQUEST_URI is passed. IIS passes REQUEST_URI to fastcgi and has for a while - this url is for a bugfix for it - http://support.microsoft.com/kb/954946. What reason shouldn't WS support it? Can someone there at Sun be poked about this?
I tried to submit a bug through http://bugreport.sun.com/bugreport/ but there is no "Web Server" under the "Sun Java System" category. What did I miss?