need help; main filters are bypassed on internal redirects in subrequests

2003-03-07 Thread André Malo
Bah, what a complicated situation ;-) gives a good example (reproducable with a standard installation + SSI + DEFLATE configured). The attached patch solves the problem for me. But somehow I have the feeling, that it's not the end soluti

Re: mod_ssl to-do items

2003-03-07 Thread Geoff Thorpe
Hi, * John K. Sterling ([EMAIL PROTECTED]) wrote: > > As justin said, this is something that has been randomly discussed from > time to time for many years now. MANY people see the need for this for > obvious reasons. > > As for the STATUS file entry, the concrete meaning (from a high level): >

Re: I surrender (.pdb for releases, no .dbg)

2003-03-07 Thread Branko Čibej
William A. Rowe, Jr. wrote: >Brane, I am certain you experienced an anomaly, perhaps a broken >version of rebase.exe. I say this, having compared the sizes of the >Apache 2.0.44 distributed iconv tree to the latest *release* build of >the same. (Or perhaps you were looking at *debug* builds.) >

Re: [PATCH] IPLookups (revisited)

2003-03-07 Thread Jeff Trawick
I'll get off my ass and pore over it soon. Chris Monson wrote: So, any votes? Any thoughts? Chris Monson wrote: [PATCH]

Re: mod_ssl to-do items

2003-03-07 Thread John K. Sterling
>-- Original Message -- >From: Geoff Thorpe <[EMAIL PROTECTED]> >Nonetheless, I'd like to know who the person(s) are that are behind the >statement in the STATUS file so that I can find out what it is (exactly) >that they mean and what (if any) history there is to the idea. "session >cache store sh

Re: I surrender (.pdb for releases, no .dbg)

2003-03-07 Thread William A. Rowe, Jr.
Brane, I am certain you experienced an anomaly, perhaps a broken version of rebase.exe. I say this, having compared the sizes of the Apache 2.0.44 distributed iconv tree to the latest *release* build of the same. (Or perhaps you were looking at *debug* builds.) In any case, don't expect a change

Re: mod_ssl to-do items

2003-03-07 Thread Geoff Thorpe
Hi (again :-), * Justin Erenkrantz ([EMAIL PROTECTED]) wrote: > --On Thursday, March 6, 2003 12:42 PM -0500 Geoff Thorpe > <[EMAIL PROTECTED]> wrote: [snip] > >>* session cache store should be pluggable > > > >I'd like to speak with the person who's behind this, as I'm waiting for > > (Par

Re: [PATCH] openssl configuration (v2)

2003-03-07 Thread Geoff Thorpe
Hi there, * Justin Erenkrantz ([EMAIL PROTECTED]) wrote: > > Yes, the former is what I would expect as well. I would add a third clause > to your AC_CHECK_LIB which appends -lLIBRARY to saved_LIBS. Hmm. I wonder > where saved_LIBS will end up in relationship to AP_LIBS. Ah, it seems that >

Re: [PATCH] IPLookups (revisited)

2003-03-07 Thread Chris Monson
So, any votes? Any thoughts? Chris Monson wrote: [PATCH]

RE: cvs commit: httpd-2.0 STATUS

2003-03-07 Thread Sander Striker
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, March 07, 2003 7:43 PM > +++ STATUS 7 Mar 2003 18:42:44 - 1.751.2.157 > @@ -74,6 +74,10 @@ > wrowe: yes - it would be cool to have debug flavors in the same > files as their non-debug versi

Re: introduce getword_conf_s?

2003-03-07 Thread André Malo
* Justin Erenkrantz wrote: > Eek. Is it really worth emitting a warning on #'s not occurring at position 0 > in the line? I agree with Joshua (see ); yes it would be useful, but it's not so helpful if only written into the main error log

Re: cgid on hp-ux - read hangs because shutdown doesn't close

2003-03-07 Thread Jeff Trawick
Jeff Trawick wrote: If somebody doesn't care about local security, mod_cgid should be able to see something like scriptsock 127.0.0.1: in the config file and use a TCP socket instead of Unix socket for communication with the daemon. Alternatively the handler could store the request body in a

Re: cgid on hp-ux - read hangs because shutdown doesn't close

2003-03-07 Thread Jeff Trawick
>So use mod_cgi :) > >(If there isn't a compelling performance difference, that makes sense >from Apache's perspective because mod_cgid is unfortunately >complicated >and it isn't worth more tricks if there's no sense in using it in the >first place.) My understanding of the world is that mod_cgid

Re: I surrender (.pdb for releases, no .dbg)

2003-03-07 Thread Branko Čibej
William A. Rowe, Jr. wrote: >After spending many hours reviewing and actively using debug symbols >for real customer incidents, I have formed some different opinions and >wanted to share. > >I'm convinced that with the Win32 debugging tools (free to download) >available today, there is exactly on

RE: cgid on hp-ux - read hangs because shutdown doesn't close

2003-03-07 Thread Gary Feldman
> From: Jeff Trawick [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 5:50 PM Thanks for confirmation. At least I know I'm not barking up the wrong tree. > We can't close the socket. Otherwise, how would we read the > output of > the CGI back in the child process [thread] that send

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >* Jeff Trawick ([EMAIL PROTECTED]) wrote : > > > >>Thom May wrote: > >> > >> > >>>fails to configure with the following error: > >>>Construct makefiles and header files... > >>>creating config_vars.mk > >>>updating cache ./config.ca

Apache i18n support

2003-03-07 Thread Juan Rivera
Has anybody looked into internationalizing Apache 2?   There are a couple of areas like:       Messages     Error pages     Multibyte/Unicode support     Anything else?   Is this in the roadmap for Apache?   What are the caveats of doing it?  

Re: [PATCH] fix fd leaks

2003-03-07 Thread Joe Orton
On Thu, Mar 06, 2003 at 05:33:39PM +, Bjoern A. Zeeb wrote: > On Thu, 6 Mar 2003, Joe Orton wrote: > > Hi, > > > Submitted by: Christian Kratzer, Bjoern A. Zeeb > > > ... > > - > > -apr_file_inherit_set(s->error_log); > > } > > > so now we are back to that point that needs furth

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Jeff Trawick
Thom May wrote: * Jeff Trawick ([EMAIL PROTECTED]) wrote : >Thom May wrote: > > >>fails to configure with the following error: >>Construct makefiles and header files... >>creating config_vars.mk >>updating cache ./config.cache >>creating ./config.status >>creating docs/conf/httpd-std.conf >>sed:

Re: cvs commit: httpd-2.0/server/mpm config.m4

2003-03-07 Thread Jeff Trawick
William A. Rowe, Jr. wrote: At 06:26 AM 3/7/2003, you wrote: >[EMAIL PROTECTED] wrote: > > >>trawick 2003/03/07 04:23:00 >> >> Modified:server/mpm config.m4 >> Log: >> clean up the invocation of APR_CHECK_APR_DEFINE()... > > >if I don't get nailed for the change to APR and this file to ma

Re: cvs commit: httpd-2.0/server/mpm config.m4

2003-03-07 Thread William A. Rowe, Jr.
At 06:26 AM 3/7/2003, you wrote: >[EMAIL PROTECTED] wrote: > >>trawick 2003/03/07 04:23:00 >> >> Modified:server/mpm config.m4 >> Log: >> clean up the invocation of APR_CHECK_APR_DEFINE()... > > >if I don't get nailed for the change to APR and this file to make this work better, >I'll f

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Thom May
* Jeff Trawick ([EMAIL PROTECTED]) wrote : > Thom May wrote: > > >fails to configure with the following error: > >Construct makefiles and header files... > >creating config_vars.mk > >updating cache ./config.cache > >creating ./config.status > >creating docs/conf/httpd-std.conf > >sed: file confte

Re: Current HEAD of httpd-2.0

2003-03-07 Thread Jeff Trawick
Thom May wrote: fails to configure with the following error: Construct makefiles and header files... creating config_vars.mk updating cache ./config.cache creating ./config.status creating docs/conf/httpd-std.conf sed: file conftest.s2 line 71: Unterminated `s' command What is your configure inv

Re: cvs commit: httpd-2.0/server/mpm config.m4

2003-03-07 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: trawick 2003/03/07 04:23:00 Modified:server/mpm config.m4 Log: clean up the invocation of APR_CHECK_APR_DEFINE()... if I don't get nailed for the change to APR and this file to make this work better, I'll fix the other such Apache config tests to use APR