Re: 2.3 upgrade on apache.org

2010-07-18 Thread Graham Dumpleton
On Monday, July 19, 2010, William A. Rowe Jr. wrote: > On 7/18/2010 12:58 PM, Paul Querna wrote: >> >> We have now disabled Sendfile on apache.org, and the load average >> dropped from ~80 to 0.35. > > Wow. > > Is it unreasonable for us to change the API to disable sendfile as the default > from 2

Re: 2.3 upgrade on apache.org

2010-07-18 Thread Daniel Ruggeri
On 7/18/2010 2:28 PM, William A. Rowe Jr. wrote: On 7/18/2010 12:58 PM, Paul Querna wrote: We have now disabled Sendfile on apache.org, and the load average dropped from ~80 to 0.35. Wow. Is it unreasonable for us to change the API to disable sendfile as the default from 2.3-alphas f

Re: 2.3 upgrade on apache.org

2010-07-18 Thread William A. Rowe Jr.
On 7/18/2010 12:58 PM, Paul Querna wrote: > > We have now disabled Sendfile on apache.org, and the load average > dropped from ~80 to 0.35. Wow. Is it unreasonable for us to change the API to disable sendfile as the default from 2.3-alphas forward? The feature is loaded with simply too many got

Re: 2.3 upgrade on apache.org

2010-07-18 Thread Paul Querna
A small update: We thought the load average was a little high, in the 70+ range. We observed massive CPU usage from the httpd processes, but IO wise the machine was fine -- tons of IO bandwidth to go around -- it seemed to be something spinning inside httpd itself. At first I thought it might of

[patch] adding request structure access to mod_header

2010-07-18 Thread Eric Prud'hommeaux
We were dancing around trying to get RequestHeader (mod_header) to add the authenticated user to a proxy request. The approaches we found involved tricking other modules into calling ap_add_common_vars to apr_table_addn(r->subprocess_env, "REMOTE_USER", r->user); I decided to simplify by adding

Bug report for Apache httpd-1.3 [2010/07/18]

2010-07-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

2.3 upgrade on apache.org

2010-07-18 Thread Paul Querna
www.apache.org is now running trunk @ r965127, using the Event MPM on FreeBSD 8.1, on a new x86 box. Previously it was running on Solaris 10, with 2.2.x on sparc t2000s. I have also enabled OCSP stapling on the SSL side: Anyways, I've made a list of the 2.3-ish issues