Re: LDAP authentication: non-anonymous bind

2010-01-25 Thread Ryan Phillips
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

Re: todos for 2.3.1-alpha

2008-12-14 Thread Ryan Phillips
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

simple mpm's design and socket accepts

2008-11-11 Thread Ryan Phillips
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

[patch] Add simple mpm to httpd-mpm.conf.in

2008-11-09 Thread Ryan Phillips
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

Re: [patch] Add IPV6 'specials' flag to mod_rewrite - try 2

2008-06-12 Thread Ryan Phillips
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]

Re: [patch] Add IPV6 'specials' flag to mod_rewrite - try 2

2008-06-11 Thread Ryan Phillips
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

Re: [patch] Add IPV6 'specials' flag to mod_rewrite

2008-06-11 Thread Ryan Phillips
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

Re: [patch] Add IPV6 'specials' flag to mod_rewrite

2008-06-09 Thread Ryan Phillips
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

[patch] Add IPV6 'specials' flag to mod_rewrite

2008-06-09 Thread Ryan Phillips
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));