Bug in 2.0.56-dev

2006-04-08 Thread Alexander Lazic
Hi, on 05-04-2006 i have get the latest snapshots from: http://cvs.apache.org/snapshots/ httpd-2.0.x_20060405102636.tar.gz apr-0.9.x_20060405102142.tar.gz apr-util-0.9.x_20060405102200.tar.gz Build it on solaris 10 x86 with gcc. ./configure --prefix=/web/apache-2.0.56 --with-mpm=worker --enab

Re: SIGSEGV on x86_64 (2.2.0)

2006-04-08 Thread Ruediger Pluem
On 04/08/2006 10:52 PM, Davi Arnaut wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 46912499703168 (LWP 619)] > 0x003703470004 in strncmp () from /lib64/tls/libc.so.6 > (gdb) bt > #0 0x003703470004 in strncmp () from /lib64/tls/libc.so.6 > #1 0x

SIGSEGV on x86_64 (2.2.0)

2006-04-08 Thread Davi Arnaut
The bug is pretty obvious looking at the backtrace, but I think uri_meets_conditions() is probably entirely wrong. For example: /* Compare the hostnames */ if(filter.hostname) { if (!url.hostname) { return 0; } else if (strcasecmp(filter.hostname, url.ho

Re: Bug in rewrite or proxy?

2006-04-08 Thread Bjørn Stabell
On Apr 9, 2006, at 03:34, Ruediger Pluem wrote: As I investigated this one thing came up to my mind: If you use the proxy in the way described above the '*' worker will be used which will be created automatically. Having the generic '*' available is a good thing, BUT this is not optimal from

Re: Bug in rewrite or proxy?

2006-04-08 Thread Ruediger Pluem
On 04/08/2006 09:40 AM, Bjørn Stabell wrote: > > In Apache 2.2.1 (the release candidate) mod_proxy_balancer and > mod_deflate seems ok, but either mod_proxy or mod_rewrite is breaking > badly. Here's what the trimmed down config file looks like (it still > exhibits the same problem): > >

Re: Bug in rewrite or proxy?

2006-04-08 Thread Ruediger Pluem
On 04/08/2006 09:40 AM, Bjørn Stabell wrote: > > In Apache 2.2.1 (the release candidate) mod_proxy_balancer and > mod_deflate seems ok, but either mod_proxy or mod_rewrite is breaking > badly. Here's what the trimmed down config file looks like (it still > exhibits the same problem): > >

pcre (was Re: [VOTE] Release 2.2.1 as GA)

2006-04-08 Thread Joe Orton
On Fri, Apr 07, 2006 at 02:47:22PM -0500, William Rowe wrote: > It brings up a good question, which contributors are monitoring our > flavor of pcre for updates from the pcre community, and liasoning back > our changes to pcre to it's project? I would expect that anybody who commits local changes

Bug in rewrite or proxy?

2006-04-08 Thread Bjørn Stabell
Hi guys, I'd like a setup with ssl + proxy + deflate (and hopefully mod_proxy_balancer), but I'm running into problems: In Apache 2.0.54 (Debian Stable) there's no way to do deflate + proxy http://issues.apache.org/bugzilla/show_bug.cgi?id=31226 In Apache 2.2.1 (the release candidate) mod_pr