Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-28 Thread Ralf Hildebrandt
* Stefan Fritsch s...@sfritsch.de:

 But the bug disappears if I do
 
mv /lib/i686 /lib/disabled_i686

I will try to reproduce this here

 There was a bug recently in Debian related to some gcc versions creating
 wrong code for SSE4. Maybe that is the problem here, too.
 
 What CPUs do you people have? Mine is a Core i7.

# cat /proc/cpuinfo 
processor: 0
vendor_id: GenuineIntel
cpu family: 6
model: 15
model name: Intel(R) Xeon(R) CPU   E5310  @ 1.60GHz
stepping: 11
cpu MHz: 1600.056
cache size: 4096 KB
fdiv_bug: no
hlt_bug: no
f00f_bug: no
coma_bug: no
fpu: yes
fpu_exception: yes
cpuid level: 10
wp: yes
flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx lm constant_tsc
arch_perfmon pebs bts tsc_reliable aperfmperf pni ssse3 cx16
hypervisor lahf_lm
bogomips: 3200.11
clflush size: 64
cache_alignment: 64
address sizes: 40 bits physical, 48 bits virtual
power management:

 Does moving /lib/i686 away (or deinstalling libc6-i686) help for you too?
 Does the flags line in /proc/cpuinfo on your machines contain sse4_1 or 
 sse4_2?
 
 For reference, the Debian bug was http://bugs.debian.org/cgi-
 bin/bugreport.cgi?bug=583858

I can tell you that the error does NOT occur with a 64bit Ubuntu!
(we reinstalled a 64bit lucid from scratch and transferred the config: the 
error was gone!)

The problematic 32bit machine is a vmware virtual machine.

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-28 Thread Ralf Hildebrandt
* Stefan Fritsch s...@sfritsch.de:
 This is a rather strange bug:
 - It happens if I enable exactly two out of the three modules deflate, 
 reqtimeout, dump_io. But not with only one or all three of them.
 - I have also tried replacing mod_ssl.so, mod_deflate.so, and the 
 openssl-libs with the versions from karmic and mod_ssl.so with the version 
 from jaunty: no change
 
 But the bug disappears if I do
 
mv /lib/i686 /lib/disabled_i686

Confirmed. I deinstalled libc6-i686 and the error is gone!
 
 There was a bug recently in Debian related to some gcc versions creating
 wrong code for SSE4. Maybe that is the problem here, too.

My processor only has sse3

# cat /proc/cpuinfo  |grep -i sse
flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx lm constant_tsc
arch_perfmon pebs bts tsc_reliable aperfmperf pni ssse3 cx16
hypervisor lahf_lm

flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss nx lm constant_tsc
arch_perfmon pebs bts tsc_reliable aperfmperf pni ssse3 cx16
hypervisor lahf_lm

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-27 Thread Ralf Hildebrandt
* Stefan Fritsch s...@sfritsch.de:
 I suspect this is the same issue as bug #595855 and #595116: Headers are
 getting truncated with https. So far, I have no idea about the reason.
 
 If you have mod_reqtimeout and/or mod_deflate enabled, you can try if
 disabling one or both of them makes any difference.

disabling mod_deflate does indeed make it go away.

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-09 Thread Ralf Hildebrandt
* Thierry Carrez thierry.car...@ubuntu.com:
 It's definitely a client-side issue, however before your upgrade your
 Apache configuration would just accept those broken requests without
 error. In particular, IE6/7 are knows for broken HTTP/1.1 handling.
 
 I wonder what changes you applied to your Apache configuration. In
 particular, did you use to have BrowserMatch directives that you
 didn't carry through your upgrade ?

I have now enabled these:

  # Netscape 4.x has some problems...
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

which were disabled BEFORE the upgrade.
It's quite odd. I could disable them now to see if the problem
reappears.

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 589611] Re: client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)

2010-06-09 Thread Ralf Hildebrandt
* Thierry Carrez thierry.car...@ubuntu.com:
 Also could you trace the Browser(s) used on those failing requests, see
 if we have a pattern there ?

I have no access to the clients.
-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

-- 
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23)
https://bugs.launchpad.net/bugs/589611
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs