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)/li

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 ones not fulfilling your needs?   Thanks, JJ

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 #

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 -u

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 incl

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 w

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 > $(DESTDIR)$(installbuilddir)/

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

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 acce