Re: libapreq2 segfaults on startup

2005-09-04 Thread Boris Zentner
Hi, Am 03.09.2005 um 23:40 schrieb Philip M. Gollucci: Boris Zentner wrote: I attached a stacktrace from gdb. (gdb) run dyld: NSLinkModule() error dyld: Symbol not found: _modperl_xs_sv2request_rec Referenced from: /usr/local/cb/perl5.8.4/lib/site_perl/5.8.4/

[PATCH] event MPM nonblocking write completion

2005-09-04 Thread Brian Pane
I've prototyped a modification to the event MPM that uses a (mostly) nonblocking output filter in place of ap_core_output_filter(). This patch adds a new connection state, CONN_STATE_WRITE_COMPLETION. The new network-level filter, event_output_filter(), does nonblocking writes (except when

[PATCH] mod_authnz_ldap and satisfy all

2005-09-04 Thread Ryan Morgan
Attached is a patch in response to my email earlier in the week. This adds the ability for auth_ldap to check all require lines before allowing access through use of the 'satisfy all' directive. The previous behavior of the module is grant access if any require line succeeds. The main

[PATCH] Custom Core-Output-Filter

2005-09-04 Thread Paul Querna
So, here is a hackish patch to allow easier building of custom core output filters, for places like the Event MPM. It uses the APR optional functions to optionally register a function to replace the C-O-F. I found it useful as a start to doing the write completion inside the Event MPM. -Paul

Bug report for Apache httpd-1.3 [2005/09/04]

2005-09-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2005/09/04]

2005-09-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [PATCH] Custom Core-Output-Filter

2005-09-04 Thread Brian Pane
On Sep 4, 2005, at 1:42 PM, Paul Querna wrote: So, here is a hackish patch to allow easier building of custom core output filters, for places like the Event MPM. It uses the APR optional functions to optionally register a function to replace the C-O-F. Thanks, that's a bit cleaner than

Re: [PATCH] Custom Core-Output-Filter

2005-09-04 Thread Paul Querna
Brian Pane wrote: On Sep 4, 2005, at 1:42 PM, Paul Querna wrote: So, here is a hackish patch to allow easier building of custom core output filters, for places like the Event MPM. It uses the APR optional functions to optionally register a function to replace the C-O-F. Thanks,

Re: [PATCH] Custom Core-Output-Filter

2005-09-04 Thread Brian Pane
On Sep 4, 2005, at 4:26 PM, Paul Querna wrote: I am thinking we should create a svn branch to flesh out some of these ideas? How does 'branches/async-dev' sound to you? +1. I'd also be comfortable doing work under server/mpm/experimental in the 2.3 trunk and then refactoring it up into the

Re: [PATCH] Custom Core-Output-Filter

2005-09-04 Thread Paul Querna
Brian Pane wrote: On Sep 4, 2005, at 4:26 PM, Paul Querna wrote: I am thinking we should create a svn branch to flesh out some of these ideas? How does 'branches/async-dev' sound to you? +1. I'd also be comfortable doing work under server/mpm/experimental in the 2.3 trunk and then

Re: ProxyPass ajp://localhost:8009 max=10 useless?

2005-09-04 Thread Xuekun Hu
Since the errors are still there, if my configuration is right, I think it should be a proxy_ajp bug. I will file a bug report later. Thx, Xuekun

Re: ProxyPass ajp://localhost:8009 max=10 useless?

2005-09-04 Thread Mladen Turk
Xuekun Hu wrote: Since the errors are still there, if my configuration is right, I think it should be a proxy_ajp bug. I will file a bug report later. Hi. Please do file a bugzilla entry. You have a bug in your config: IfModule mod_proxy.c ProxyPass /jspdir ajp://localhost:8009/jspdir