|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-04-08 18:20 UTC] rerowe at rowbee dot inebraska dot com
<hr><a href="http://www.php.net/"><img src="/phpinfo?=PHPE9568F34-D428-11d2-A769-00AA001ACF42" border="0" align="right"></a> System: Linux rowbee.inebraska.com 2.0.36 #1 Tue Oct 13 22:17:11 EDT 1998 i686 unknown<br>Build Date: Apr 8 2000 <br>Configure command: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pgsql' '--disable-debug'<br> php.ini path: /usr/local/lib<br> ZEND_DEBUG=0<br> SAPI=Apache<br> ZTS is undefined<hr><a href="http://www.zend.com/"><img src="/phpinfo?=PHPE9568F35-D428-11d2-A769-00AA001ACF42" border="0" align="right"></a> Is the source as shown by netscape. The error I get in the apache log file is: no acceptable variant (once per image) The only difference in the access file is that the GET with Netscape is HTTP/1.0 and the GET with IE5 is HTTP/1.1. This results in the 406 error I get with Netscape. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
my guess: this is related to CGI SAPI request_info.request_uri is set to $PATH_INFO value from environment assuming the script had been called by executing php cgi with the path to the script attached as PATH_INFO in this case it looks like the hashbang method has been used with the script files executeable flag set and the path to the php cgi in the first line of the file encoded as '#!/path/to/php-executeable' so that there is no $PATH_INFO but a valid $REQUEST_URI in the CGI environment does anyone have a simple idea how to spot the call method used so that request_info.request_uri can be set accordingly ... ? PS: by the way i think the bug report form should have an additional "server api" input