Re: Post-2.2 Thoughts

2005-05-09 Thread Ben Laurie
Paul Querna wrote: So, here is my short-list-made-up-this-afternoon of things I would like to look at doing after 2.2 is branched/released as GA. I welcome additions too. 1) Eliminate the HTTP in HTTPD. I would like to be able to compile httpd with --disable-http. Currently the 'http core' is

Re: Ben makes ugly moderation error.

2005-05-09 Thread Bill Stoddard
William A. Rowe, Jr. wrote: At 04:26 PM 5/8/2005, Ben Hyde wrote: Thanks for the pain, patience and effort Ben :) +1

Re: SSL error trapping

2005-05-09 Thread sternmarc
Here is my final proposal. I changed it a bit in order to be fully compatible with the current implementation. Technical description (based on 2.0.54): In ssl_io_filter_connect( ) - ssl_engine_io.c - we have 2 cases (at line 1147 and 1173) where the connection may break because of

Re: Post-2.2 Thoughts

2005-05-09 Thread Stas Bekman
Paul Querna wrote: So, here is my short-list-made-up-this-afternoon of things I would like to look at doing after 2.2 is branched/released as GA. I welcome additions too. 1) Eliminate the HTTP in HTTPD. I would like to be able to compile httpd with --disable-http. Currently the 'http core' is

Re: Post-2.2 Thoughts

2005-05-09 Thread Sander Temme
On May 9, 2005, at 5:27 PM, Stas Bekman wrote: 1) Eliminate the HTTP in HTTPD. I would like to be able to compile and then we will have 'httpd' that can't serve http, how ironic :) may be 2.2 should rename 'httpd' to something more realistic? Like 'ApacheSuperServer'... S. -- [EMAIL PROTECTED]

[PATCH] SSL patch for ab (ApacheBench)

2005-05-09 Thread Masaoki Kobayashi
This patch modifies the support/ab.c to handle SSL/TLS properly. The current implementation in 2.0.54 seems to be broken because it dumps core when I compile it with -DUSE_SSL. Even when I go back to 2.0.39, it still has many problems. i.e. - Asynchronous I/O does not work with SSL, which means