Re: [users@httpd] 100% cpu with double slash in beginning of URI (Linux64)

2011-10-25 Thread Svenne Krap
the index-file, which I had overlook). Anyways thanks for a couple of great debugging tips - and sorry for the noise. Svenne On 24-10-2011 18:02, Svenne Krap wrote: > Hi. > > I am currently investigating a misbehaving apache httpd 2.2.21 with apr > 1.4.5 on linux 64-bit. > > I have

Re: [users@httpd] 100% cpu with double slash in beginning of URI (Linux64)

2011-10-24 Thread Svenne Krap
When I attach to the process with strace all i get is : read(7, And it blocks (for several minutes at least) while the cpu is 100%. Svenne On 24-10-2011 20:58, Ben Timby wrote: > Svenne, > > When troubleshooting issues like this, I often use strace to attach to > the pid of the program in quest

[users@httpd] 100% cpu with double slash in beginning of URI (Linux64)

2011-10-24 Thread Svenne Krap
Hi. I am currently investigating a misbehaving apache httpd 2.2.21 with apr 1.4.5 on linux 64-bit. I have a virtual domain defined as (it runs behind a 1-on-1 nat, hence the rfc 1918 address) : ServerName sub.domain.tld ServerAdmin webmas...@sub.domain.tld ServerAlias www.sub.domain.tld