On Mon, Jan 25, 2010 at 8:44 PM, Eric Covener wrote:
> On Mon, Jan 25, 2010 at 7:00 AM, Lars Kruse wrote:
>
>> This new behaviour covers the two use cases described above (even though I
>> did
>> not check it in an Active Directory setup).
>
> Patch is nice and simple, but it would be great if s
gt; Your blog mentioned a kernel panic on Darwin... perhaps switch back to
>> a known non-panicky MPM on that platform and other affected?
>
> Its just the simple mpm, which isn't the default anywhere right now.
>
> It'd be nice if Apple just fixed it, I know Ryan Phillip
Hi all.
I've been reading into the guts of the new simple mpm and have some
thoughts.
Right now an accept() relies on a free thread in the worker thread pool. So
there is a 1-to-1 relationship on the accept and threadpool. I know that
lighttpd attempts to accept 100 client connections, which seem
I started playing with simple and found this patch useful.
Big warning letters would be nice for people on OSX that kqueue is broken
:)
-Ryan
Index: docs/conf/extra/httpd-mpm.conf.in
===
--- docs/conf/extra/httpd-mpm.conf.in (revisio
Andr? Malo <[EMAIL PROTECTED]> said:
> * Ryan Phillips wrote:
>
> > Ryan Phillips <[EMAIL PROTECTED]> said:
> > > Jeff Trawick <[EMAIL PROTECTED]> said:
> > > > On Mon, Jun 9, 2008 at 9:19 PM, Ryan Phillips
> <[EMAIL PROTECTED]
Ryan Phillips <[EMAIL PROTECTED]> said:
> Jeff Trawick <[EMAIL PROTECTED]> said:
> > On Mon, Jun 9, 2008 at 9:19 PM, Ryan Phillips <[EMAIL PROTECTED]> wrote:
> > > Ryan Phillips <[EMAIL PROTECTED]> said:
> > >> So I needed to cre
Jeff Trawick <[EMAIL PROTECTED]> said:
> On Mon, Jun 9, 2008 at 9:19 PM, Ryan Phillips <[EMAIL PROTECTED]> wrote:
> > Ryan Phillips <[EMAIL PROTECTED]> said:
> >> So I needed to create some mod_rewrite rules only for IPv6 when httpd is
> >> configured f
Ryan Phillips <[EMAIL PROTECTED]> said:
> So I needed to create some mod_rewrite rules only for IPv6 when httpd is
> configured for both ipv4 and ipv6 modes. This patch adds
> 'RewriteCond IPV6 on' support to the ruleset.
>
> I initially tried to see if the inc
hin the request to query.
Regards,
Ryan Phillips
--- mod_rewrite.c.old 2008-06-09 16:50:04.0 -0500
+++ mod_rewrite.c 2008-06-09 15:38:49.0 -0500
@@ -1765,6 +1765,10 @@
rewritelog((r, 1, ctx->perdir, "RESULT='%s'", result));