Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-04-06 Thread Cliff Woolley
On 6 Apr 2002 [EMAIL PROTECTED] wrote: dougm 02/04/05 18:39:31 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: try MP_AP_PREFIX in modperl build config for httpd location hint Doug. DOOD. You're working too hard. GO PARTY! ;)

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-04-06 Thread Doug MacEachern
On Fri, 5 Apr 2002, Cliff Woolley wrote: Doug. DOOD. You're working too hard. GO PARTY! ;) well, i am drinking a beer at least. wasn't expecting this GA push today, so i'm scrambling to get a modperl release together. then i will party like never before!

2.0.35 related: Website tweak, upgrade apache.org servers

2002-04-06 Thread Sander Striker
Hi, http://httpd.apache.org still shows: Apache 1.3.24 is the best version of Apache currently available; everyone running 1.2.X servers or earlier are strongly urged to upgrade to 1.3, as there will not be any further 1.2.X releases. At present, the Win32 port of Apache is not as stable as

RE: 2.0.35 related: Website tweak, upgrade apache.org servers

2002-04-06 Thread Mladen Turk
-Original Message- From: Sander Striker [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 1:23 PM http://httpd.apache.org still shows: Apache 1.3.24 is the best version of Apache currently available; everyone running 1.2.X servers or earlier are strongly urged to

RE: 2.0.35 related: Website tweak, upgrade apache.org servers

2002-04-06 Thread Sander Striker
From: Mladen Turk [mailto:[EMAIL PROTECTED]] Sent: 06 April 2002 13:53 http://httpd.apache.org still shows: Apache 1.3.24 is the best version of Apache currently available; everyone running 1.2.X servers or earlier are strongly urged to upgrade to 1.3, as there will not be any

[Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Graham Leggett
Hi all, In preparation for a bugfix to proxy and its broken chunking in v1.3, I need to make getline() and get_chunk_size() available to proxy. This patch namespace protects and exports these two functions. Will commit later today if there are no objections... Regards, Graham --

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Bill Stoddard
+1 in concept. Please add the exports to httpd.exp and bump the MMN Minor. Bill - Original Message - From: Graham Leggett [EMAIL PROTECTED] To: Apache Developers List [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 8:01 AM Subject: [Patch] Namespace protect and export getline and

Re: Questions about directories

2002-04-06 Thread Thom May
* Austin Gonyou ([EMAIL PROTECTED]) wrote : I'm in the process of trying to build a RPM specfile for Apache2. I'm also trying to take my old configure line and put it into the apache 2 stuff..but there are some differences that bother me. I don't see a line for the htdocs path, icons

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread dirkx
+1 Nice -I can use that in some modules I have here as well. Dw. -- Dirk-Willem van Gulik On Sat, 6 Apr 2002, Graham Leggett wrote: Hi all, In preparation for a bugfix to proxy and its broken chunking in v1.3, I need to make getline() and get_chunk_size() available to proxy. This

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Graham Leggett
Bill Stoddard wrote: +1 in concept. Please add the exports to httpd.exp and bump the MMN Minor. Like this? Regards, Graham -- - [EMAIL PROTECTED]There's a moon over Bourbon Street

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Bill Stoddard
Bill Stoddard wrote: +1 in concept. Please add the exports to httpd.exp and bump the MMN Minor. Like this? Yep! Regards, Graham -- - [EMAIL PROTECTED] There's a moon over Bourbon Street tonight...

[Patch] PR7513: Chunking fixed in proxy

2002-04-06 Thread Graham Leggett
Hi all, This patch fixes the broken chunking problem in the v1.3 proxy by adding dechunk support to ap_proxy_send_fb(), support for which was missing from the code. It also removes hop-by-hop headers from the server response before passing them up to the client. Previously hop-by-hop headers

Re: cvs commit httpd-2.0/modules/filters/mod_include.c

2002-04-06 Thread Paul Reder
Sorry for the lack of timeliness on responding to this. Our mailserver has been about to be back up any minute now for a couple of days. The test case that I ran was even more brutal than what your test module does. Basically I have a small piece of code that puts each byte in its own bucket and

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Jim Jagielski
Graham Leggett wrote: Hi all, In preparation for a bugfix to proxy and its broken chunking in v1.3, I need to make getline() and get_chunk_size() available to proxy. This patch namespace protects and exports these two functions. Will commit later today if there are no objections...

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread Graham Leggett
Jim Jagielski wrote: Somewhat OT: I'd like to shoot for a 1.3 release to address all known bugs later this month. At that point, we can formally make 1.3 maint. mode only. Apart from the chunking problem, the proxy doesn't support 100-continue yet (which I am working on now), and it doesn't

Re: cvs commit httpd-2.0/modules/filters/mod_include.c

2002-04-06 Thread Brian Pane
Paul Reder wrote: Sorry for the lack of timeliness on responding to this. Our mailserver has been about to be back up any minute now for a couple of days. The test case that I ran was even more brutal than what your test module does. Basically I have a small piece of code that puts

[PATCH] Correct APXS behavior in non-standard layout installations

2002-04-06 Thread Pier Fumagalli
This patch will fix a couple of problems I found when building modules using APXS when Apache 2.0 is installed not following a custom layout (but a weird one like my DarwinBundle). Pie patch.apxs.txt Description: Binary data

[PATCH] Add libdir entries in config.layout...

2002-04-06 Thread Pier Fumagalli
We forgot to put libdir in config.layout, it's nice to have it around there as well (looks better when non-standard layouts are used). Pier

[PATCH] Add --includedir to configure.in

2002-04-06 Thread Pier Fumagalli
This needs to be specified, otherwise headers will go into weird locations when doing a make install... Pier patch.configure.txt Description: Binary data

Re: [PATCH] Add libdir entries in config.layout...

2002-04-06 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: We forgot to put libdir in config.layout, it's nice to have it around there as well (looks better when non-standard layouts are used). Shit, sometimes I should click that Add Attachment on my mail client :) Pier patch.layout.txt Description:

Question about this patch to core_input_filter...

2002-04-06 Thread Bill Stoddard
Justin, This is your patch... core_input_filter adds a socket bucket, does a APR_BRIGADE_NORMALIZE and then calls APR_BRIGADE_EMPTY(). How can this check ever return an empty brigade? Bill === RCS file:

Re: Question about this patch to core_input_filter...

2002-04-06 Thread Bill Stoddard
Justin, This is your patch... core_input_filter adds a socket bucket, does a APR_BRIGADE_NORMALIZE and then calls APR_BRIGADE_EMPTY(). How can this check ever return an empty brigade? Bill === RCS file:

FW: Official Release: Apache 2.0.35 is now GA

2002-04-06 Thread Ryan Bloom
I like receving messages like this. :'-) Ryan -- Ryan Bloom [EMAIL PROTECTED] 645 Howard St. [EMAIL PROTECTED] San Francisco, CA -Original Message- From: Mario Guerra [mailto:[EMAIL PROTECTED]] Sent:

Re: Does Solaris qsort suck

2002-04-06 Thread Igor Sysoev
On Sat, 6 Apr 2002, Yusuf Goolamabbas wrote: Well, That seems to be the view if one reads the following threads at the postgres mailing list and Sun's developer connection http://archives.postgresql.org/pgsql-hackers/2002-04/msg00103.php http://forum.sun.com/thread.jsp?forum=4thread=7231

RE: Question about this patch to core_input_filter...

2002-04-06 Thread Ryan Bloom
Justin, This is your patch... core_input_filter adds a socket bucket, does a APR_BRIGADE_NORMALIZE and then calls APR_BRIGADE_EMPTY(). How can this check ever return an empty brigade? If the socket is closed on the other side, then the bucket code will remove the socket from the brigade.

Re: [PATCH] Correct APXS behavior in non-standard layoutinstallations

2002-04-06 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: This patch will fix a couple of problems I found when building modules using APXS when Apache 2.0 is installed not following a custom layout (but a weird one like my DarwinBundle). Thom actually showed me his patch posted as Subject: [PATCH] Fix

RE: Question about this patch to core_input_filter...

2002-04-06 Thread Cliff Woolley
On Sat, 6 Apr 2002, Ryan Bloom wrote: Justin, This is your patch... core_input_filter adds a socket bucket, does a APR_BRIGADE_NORMALIZE and then calls APR_BRIGADE_EMPTY(). How can this check ever return an empty brigade? If the socket is closed on the other side, then the bucket

RE: 2.0.35 related: Website tweak, upgrade apache.org servers

2002-04-06 Thread Cliff Woolley
On Sat, 6 Apr 2002, Mladen Turk wrote: http://httpd.apache.org still shows: Apache 1.3.24 is the best version of Apache currently available; everyone running 1.2.X servers or earlier are strongly urged to upgrade to 1.3, as there will not be any further 1.2.X releases. At present,

Re: [Patch] Namespace protect and export getline and get_chunk_size

2002-04-06 Thread William A. Rowe, Jr.
+1 here too, but please also decorate with API_EXPORT() fooness and add to the appropriate entries to ApacheCore.def/ApacheCoreNW.def files. At 07:21 AM 4/6/2002, you wrote: +1 in concept. Please add the exports to httpd.exp and bump the MMN Minor. Bill - Original Message - From:

RE: 2.0.35 related: Website tweak, upgrade apache.org servers

2002-04-06 Thread William A. Rowe, Jr.
At 06:18 AM 4/6/2002, you wrote: From: Mladen Turk [mailto:[EMAIL PROTECTED]] Sent: 06 April 2002 13:53 What bothers me is the statement the Win32 port of Apache is not as stable as the UNIX version. This is not in the 2.0 part of the page. This only goes for 1.3. In the 2.0 section:

Re: [PATCH] Add libdir entries in config.layout...

2002-04-06 Thread Aaron Bannert
On Sat, Apr 06, 2002 at 06:33:38PM +0100, Pier Fumagalli wrote: Pier Fumagalli [EMAIL PROTECTED] wrote: We forgot to put libdir in config.layout, it's nice to have it around there as well (looks better when non-standard layouts are used). committed, thanks. :) -aaron

Difficulties with SSL and mod_proxy

2002-04-06 Thread Adam Sussman
I am having trouble with certain combinations of SSL and mod_proxy. If I have apache 2.0 acting as an SSL enabled server, I can get it to proxy to a remote SSL server but NOT to a remote clear text server. So, while this configuration works: ProxyPass /foo/ https://otherhost/bar

Re: cvs commit: httpd-2.0 config.layout

2002-04-06 Thread Aaron Bannert
On Sun, Apr 07, 2002 at 01:13:17AM +0100, Pier Fumagalli wrote: Thanks Aaron... :) Much appreciated... Check out the --includedir as well. I applied that one but forgot to commit. All taken care of now. I've review the APXS patch from you and Thom, and it seems to work for me w/ PHP4, so I'll

Re: SSL with NameVirtualHosts?

2002-04-06 Thread Daniel Lopez
It is possible with HTTP/1.1, just not implemented http://www.ietf.org/rfc/rfc2817.txt I know that the docs say it's not possible, but is it theoretically possible? No. Not with SSL, at least. http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47