Re: SSL error trapping

2005-05-09 Thread sternmarc
The command     apr_table_setn(r->notes, "ssl-access-forbidden", "1");is incorrect, as we don't have access to the request (request_rec struct). I suppose we could find it, but do we really need this line ? - Original Message - From: [EMAIL PROTECTED] To: dev@httpd.apa

setup.py.in fixes

2005-05-09 Thread Jim Gallacher
I found a couple of errors in dist/setup.py.in. The attached patch should fix the problems. Changes: 1. The regular expression used by the getconfigure_option function to search the config.status file for the requested option was incorrect. Possibly a cross platform difference in the way config

[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

Re: Post-2.2 Thoughts

2005-05-09 Thread Min Xu (Hsu)
Sander Temme wrote: 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. tr

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]

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 ha

Re: Post-2.2 Thoughts

2005-05-09 Thread Phillip Susi
Ben Collins-Sussman wrote: Actually, there have been jokes in the past about performing Subversion's native 'svnserve' protocol buried in HTTP requests. But maybe it's no longer a joke... if this abstraction happens, then maybe apache could be taught to speak it natively! Why bother? the

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 certifi

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: 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 ha

Re: Post-2.2 Thoughts

2005-05-09 Thread Matthieu Estrade
Paul Querna wrote: 2) Add a major Protocol Module. I would like to add a major protocol module, besides http, into the mainline distribution. I believe adding a FTP Server Module would be the best one to start with. Many of the paradigms are the same, but it is different enough to help with Goal