View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 11:32 AM
J.O. Aho
 
Posts: n/a
Default Re: Apache - Invalid URI

Nookie wrote:
> Hello,
>
> I've wrote to apache mailing list, but will try here too. (because it's
> Gentoo-based server)
>
> It's big headache for me, because it production server. There are some
> errors in error_log like this:
>
> [Thu Jun 08 07:49:57 2006] [error] [client 213.238.77.xx] Invalid URI
> in
> request Accept-Language: pl
> [Thu Jun 08 08:55:31 2006] [error] [client 83.15.134.xx] Invalid URI in
> request 49749691 HTTP/1.1
> [Thu Jun 08 09:20:13 2006] [error] [client 213.238.66.xx] Invalid URI
> in
> request 149750953 HTTP/1.1
> [Thu Jun 08 09:49:33 2006] [error] [client 62.141.248.xx] Invalid URI
> in
> request 149752345 HTTP/1.1
>
> Problem exist probably only only in IE. When someone access the site,
> and
> error like above occur, IE displays their standard error page.
>
> Anyone know what can be wrong?
>
> It's Apache 2.0.58 / PHP 5.1.4. / eAccelerator


There are many troubles with MSIE, specially if you use php and have the
header(), there are many times that MSIE will react the wrong way and you
would be required to check the version of MSIE and then apply an in code fix
for that version.


//Aho
Reply With Quote