Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Barry Scott
Jeff Trawick wrote: (instead of based on uri or vhost) FCGIDCommand /path/to/command IdleTimeout n MaxProcessLifetime n MinProcesses n MaxProcesses n MaxRequestsPerProcess n InitialEnv var[=val] ... class (the names of these options follow my proposal for the names of existing

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Jeff Trawick
On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.ukwrote: Jeff Trawick wrote: (instead of based on uri or vhost) FCGIDCommand /path/to/command IdleTimeout n MaxProcessLifetime n MinProcesses n MaxProcesses n MaxRequestsPerProcess n InitialEnv var[=val] ...

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Ricardo Cantu
On Friday 02 October 2009 5:35:03 am Jeff Trawick wrote: On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.ukwrote: Jeff Trawick wrote: (instead of based on uri or vhost) FCGIDCommand /path/to/command IdleTimeout n MaxProcessLifetime n MinProcesses n

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Jeff Trawick
On Fri, Oct 2, 2009 at 9:01 AM, Ricardo Cantu rica...@smartcsc.com wrote: On Friday 02 October 2009 5:35:03 am Jeff Trawick wrote: On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.uk wrote: Is it possible to also ask for the fcgi process to be started before any

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Ricardo Cantu
On Friday 02 October 2009 8:14:14 am Jeff Trawick wrote: On Fri, Oct 2, 2009 at 9:01 AM, Ricardo Cantu rica...@smartcsc.com wrote: On Friday 02 October 2009 5:35:03 am Jeff Trawick wrote: On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.uk wrote: Is it possible to

Event mpm

2009-10-02 Thread Jim Jagielski
At least regarding the perl test framework, Event is the fastest MPM for OS X (compared to worker and prefork). Interesting :)

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Barry Scott
Jeff Trawick wrote: On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.uk mailto:barry.sc...@onelan.co.uk wrote: Jeff Trawick wrote: (instead of based on uri or vhost) FCGIDCommand /path/to/command IdleTimeout n MaxProcessLifetime n

Re: Event mpm

2009-10-02 Thread Paul Querna
On Fri, Oct 2, 2009 at 9:03 AM, Jim Jagielski j...@jagunet.com wrote: At least regarding the perl test framework, Event is the fastest MPM for OS X (compared to worker and prefork). Interesting :) yes, because it doesn't use the accept mutex. If you modify the worker mpm to also not use the

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-02 Thread Paul Querna
Unless there are any objections, i intend to convert httpd.apache.org later tonight. On Thu, Oct 1, 2009 at 3:27 AM, Graham Leggett minf...@sharp.fm wrote: Hi all, Does httpd want to volunteer for this? Regards, Graham -- Hi, apr.apache.org is now managed by SvnPubSub. I think we are

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-02 Thread Graham Leggett
Paul Querna wrote: Unless there are any objections, i intend to convert httpd.apache.org later tonight. Yes please! httpd v2.2.14 has been languishing on p.a.o for ages, and refuses to sync to w.a.o. I cannot announce httpd v2.2.14 until this is fixed. Regards, Graham -- smime.p7s

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-02 Thread William A. Rowe, Jr.
Graham Leggett wrote: Paul Querna wrote: Unless there are any objections, i intend to convert httpd.apache.org later tonight. Yes please! httpd v2.2.14 has been languishing on p.a.o for ages, and refuses to sync to w.a.o. I cannot announce httpd v2.2.14 until this is fixed. and you

Re: Event mpm

2009-10-02 Thread Jim Jagielski
On Oct 2, 2009, at 1:44 PM, Paul Querna wrote: On Fri, Oct 2, 2009 at 9:03 AM, Jim Jagielski j...@jagunet.com wrote: At least regarding the perl test framework, Event is the fastest MPM for OS X (compared to worker and prefork). Interesting :) yes, because it doesn't use the accept mutex.

Re: [mod_fcgid proposal] defining processing options for particular commands

2009-10-02 Thread Ricardo Cantu
On Friday 02 October 2009 11:10:25 am Barry Scott wrote: Jeff Trawick wrote: On Fri, Oct 2, 2009 at 5:15 AM, Barry Scott barry.sc...@onelan.co.uk mailto:barry.sc...@onelan.co.uk wrote: Jeff Trawick wrote: (instead of based on uri or vhost) FCGIDCommand

Re: [Fwd: SvnPubSub websites -- need more volunteers]

2009-10-02 Thread Tony Stevenson
On 2 Oct 2009, at 20:05, William A. Rowe, Jr. wrote: Graham Leggett wrote: Paul Querna wrote: Unless there are any objections, i intend to convert httpd.apache.org later tonight. Yes please! httpd v2.2.14 has been languishing on p.a.o for ages, and refuses to sync to w.a.o. I cannot

Re: Event mpm

2009-10-02 Thread Paul Querna
On Fri, Oct 2, 2009 at 12:40 PM, Jim Jagielski j...@jagunet.com wrote: On Oct 2, 2009, at 1:44 PM, Paul Querna wrote: On Fri, Oct 2, 2009 at 9:03 AM, Jim Jagielski j...@jagunet.com wrote: At least regarding the perl test framework, Event is the fastest MPM for OS X (compared to worker and

QoS marking by default on sockets

2009-10-02 Thread Philip A. Prindeville
Hi. I haven't contributed to Apache in about 10 years, so it's been a while since I've stared at the source. I did, however, recently pull down the 2.2.13 tarball and did: [phil...@builder ~/httpd-2.2.13]$ find . -type f -print | xargs grep IP_TOS [phil...@builder ~/httpd-2.2.13]$ Hmmm. Any

Re: QoS marking by default on sockets

2009-10-02 Thread Paul Querna
On Fri, Oct 2, 2009 at 2:04 PM, Philip A. Prindeville philipp_s...@redfish-solutions.com wrote: Hi. I haven't contributed to Apache in about 10 years, so it's been a while since I've stared at the source. I did, however, recently pull down the 2.2.13 tarball and did: [phil...@builder

[PATCH PR-24329] - Fix for: mod_rewrite fully qualifies (corrupts) the substitution string for CONNECT requests

2009-10-02 Thread Bill Zajac
I hope someone from the official dev team can merge this into the next release of apache httpd. Please find attached an svn diff made against revision 820823 of: http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/modules/mappers/mod_rewrite.c This diff fixes the Bug 29744 on the