Re: Fast by default

2010-05-31 Thread Igor Galić
Thanks to Covener for pointing out this thread to me. My first thought when reading it wasn't exactly what I then found. When thinking about ``fast by default'', I'm thinking about httpd making smart decisions for MPM default values, based on the number of CPU cores and the amount of memory

Re: svn commit: r949676 - /httpd/httpd/trunk/modules/ssl/ssl_engine_vars.c

2010-05-31 Thread Dr Stephen Henson
On 31/05/2010 08:20, rpl...@apache.org wrote: Author: rpluem Date: Mon May 31 07:20:21 2010 New Revision: 949676 URL: http://svn.apache.org/viewvc?rev=949676view=rev Log: * Fix compiler warning about incompatible pointer type Modified:

Re: Fast by default

2010-05-31 Thread Sergey Chernyshev
On Sun, May 30, 2010 at 9:22 AM, Eric Covener cove...@gmail.com wrote: On Sun, May 30, 2010 at 1:40 AM, Sergey Chernyshev sergey.chernys...@gmail.com wrote: Wouldn't you agree that deflate has all reasons to be on a default configuration? Again, I don't agree. I think it should be

Re: RFC: drop support for OpenSSL 1.0 in trunk/2.3?

2010-05-31 Thread Sander Temme
On May 29, 2010, at 6:02 AM, Steve Marquess wrote: Dr Stephen Henson wrote: On 25/05/2010 13:45, Joe Orton wrote: I'd like to drop support for versions of OpenSSL older than 1.0 in the trunk mod_ssl. We have 200+ lines of compat macro junk and still six different compiler warnings

Re: Fast by default

2010-05-31 Thread Eric Covener
In case of a regular internet provider or enterprise IT or Linux distribution packager, I think this is very different and they have hard time understanding this and I believe it's important for a team maintaining most popular web server in the world to make such decisions for them as you did

Re: RFC: drop support for OpenSSL 1.0 in trunk/2.3?

2010-05-31 Thread Dr Stephen Henson
On 31/05/2010 22:10, Sander Temme wrote: Please note that no released version of Apache knows how to put OpenSSL into FIPS mode. When your Many Users run Apache in a situation with FIPS requirements, which and whose patches do they use? Work on FIPS integration at Apache itself stalled in

Re: Fast by default

2010-05-31 Thread Jie Gao
Hi All I would like to offer some information just to help decision making in this area; 1. Host virtualisation often means you do not get what you think you are getting in terms resources; 2. Not all proxy servers or server versions support compression perfectly, older versions of

Re: Fast by default

2010-05-31 Thread Bryan McQuade
I had a conversation with a well known hosting provider recently and they told me they use the default Apache configuration for their shared hosting service. When I asked if they provide gzip as an option for their users, they said no, since it was not enabled by default. When I explained to them

Re: Fast by default

2010-05-31 Thread Eric Covener
On Mon, May 31, 2010 at 8:30 PM, Bryan McQuade bmcqu...@google.com wrote: I propose providing an additional httpd.conf in the svn trunk and as part of future Apache releases that enables modules and directives that are commonly recommended on Apache performance tuning websites. This includes

Re: Fast by default

2010-05-31 Thread Jerome Renard
Hi Bryan, On Tue, Jun 1, 2010 at 2:30 AM, Bryan McQuade bmcqu...@google.com wrote: I had a conversation with a well known hosting provider recently and they told me they use the default Apache configuration for their shared hosting service. When I asked if they provide gzip as an option for