Re: Apache::TestMB returns 1

2004-07-06 Thread Stas Bekman
David Wheeler wrote: On Jul 5, 2004, at 11:09 AM, David Wheeler wrote: Can't locate object method generate_script via package Apache::TestMB at Build.PL line 62. Oh, sorry, it's generate_test_script(). And I have no idea why it is, since it's generate_script in the other A::T modules, and I

Re: Apache::TestMB returns 1

2004-07-06 Thread David Wheeler
On Jul 6, 2004, at 12:56 AM, Stas Bekman wrote: Committed, should there be a log in Changes? Yep, thanks. David

Proposal: add another hook to make it possible modify acl for the certain resources at runtime

2004-07-06 Thread Artem Lantsev
hello I want to have a way to perform authentication process for the certain recources in the directory and process requests for the another resources in the same directory without any authentication. I'm working at implementing acl extencion for webdav - and the authentiacation will based on

Some Oprofile results

2004-07-06 Thread Brian Akins
I'm writing an optimized caching module. I've been using 2.0.50. Here are the top 50 from oprofile ( http://oprofile.sourceforge.net/ ): Linux cnnsquid2 2.6.7-cnn.1smp #1 SMP Wed Jun 16 13:41:14 EDT 2004 x86_64 x86_64 x86_64 GNU/Linux Using leader mpm. I patched apr_atomics so that atomics

libtool (jlibtool)

2004-07-06 Thread jean-frederic clere
Hi, I am using jlibtool and I have found something weird in httpd: In Makefile.in: +++ cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \ build/config_vars.mk

Re: Time for 1.3.32 ?

2004-07-06 Thread Jim Jagielski
Yes, we do, and we're still waiting for a patch. However, I can't see us delaying 1.3.32 for an unreasonable amount of time. On Jul 5, 2004, at 10:54 AM, Rasmus Lerdorf wrote: We still have that outstanding issue of conn-keepalive being bogus in ap_die() because it hasn't been set yet and thus we

Re: Some Oprofile results

2004-07-06 Thread Bill Stoddard
Brian Akins wrote: I'm writing an optimized caching module. I've been using 2.0.50. Here are the top 50 from oprofile ( http://oprofile.sourceforge.net/ ): I submitted a patch to rework ap_rgetline/core_input_filter a year or so ago that provided some performance improvements. If you are

backport with minor bump

2004-07-06 Thread Geoffrey Young
hi all... can somebody just take a quick look at this backport patch to verify that I'm doing the minor bump properly? thanks --Geoff Index: CHANGES === RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.988.2.310 diff

Re: backport with minor bump

2004-07-06 Thread Andr Malo
* Geoffrey Young [EMAIL PROTECTED] wrote: can somebody just take a quick look at this backport patch to verify that I'm doing the minor bump properly? looks fine. nd -- sub the($){+shift} sub answer (){ord q [* It is always 42! *] } print the answer # André Malo #

Re: Some Oprofile results

2004-07-06 Thread Jean-Jacques Clar
I'm writing an optimized caching module. Would you please share with us some info on that optimized caching module. Is mod_url_cache a modified copy of the current ones? Why are the current onesnotfulfilling your needs? Thanks, JJ

Re: libtool (jlibtool)

2004-07-06 Thread Joe Orton
On Tue, Jul 06, 2004 at 03:35:30PM +0200, jean-frederic clere wrote: I am using jlibtool and I have found something weird in httpd: In Makefile.in: +++ cp build/*.mk $(DESTDIR)$(installbuilddir); \ sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool