Re: distcache

2011-07-05 Thread Igor Galić
- Original Message - Good morning Igor :) And a beautiful good morning to you too (: On 05.07.2011 03:09, Igor Galić wrote: When trying to compile httpd with --enable-mods-shared=reallyall configure will currently abort on my system because it doesn't find distcache. Yup

distcache

2011-07-04 Thread Igor Galić
When trying to compile httpd with --enable-mods-shared=reallyall configure will currently abort on my system because it doesn't find distcache. My system (latest stable Ubuntu: 11.04) doesn't have distcache, it doesn't know distcache, and if this *is* distcache: http://distcache.sourceforge.net

Re: distcache

2011-07-04 Thread Rainer Jung
Good morning Igor :) On 05.07.2011 03:09, Igor Galić wrote: When trying to compile httpd with --enable-mods-shared=reallyall configure will currently abort on my system because it doesn't find distcache. Yup, sorry, used AC_MSG_ERROR instead of AC_MSG_WARN for failure message during

Re: --enable-distcache

2008-03-02 Thread Geoff Thorpe
Hi Philip, Sifting through a tonne of mail that has been spooling away on the side for the last few months. In particular, I saw this post of yours w.r.t. distcache last november, and I didn't see any reply on the list; On Thu, 2007-11-15 at 06:00 -0500, Philip M. Gollucci wrote: [snip

--enable-distcache

2007-11-15 Thread Philip M. Gollucci
/bin/apu-1-config \ --with-mpm=prefork \ --with-ssl=/usr \ --enable-ssl --enable-distcache \ checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit base... /usr checking for OpenSSL version... checking openssl/opensslv.h usability... yes

distcache support in mod_ssl for 2.1

2003-11-26 Thread Joe Orton
Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other changes? I've rediffed the published patch for 2.0.48 against HEAD, attached for review. Changes relative

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Geoff Thorpe
On November 26, 2003 07:05 am, Joe Orton wrote: Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other changes? This is good news. IIRC, I already put notes

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Joe Orton
On Wed, Nov 26, 2003 at 10:52:51AM -0500, Geoff Thorpe wrote: On November 26, 2003 07:05 am, Joe Orton wrote: Hiya, I'd like to integrate distcache support into mod_ssl on HEAD: are the copyright holders willing to contribute copyright ownership to the ASF for ssl_scache_dc.c and the other

Re: distcache support in mod_ssl for 2.1

2003-11-26 Thread Geoff Thorpe
packages on the distcache site (or respectively, the distcache-httpd-2 and distcache-mod_ssl modules in CVS). Ie. the autoconf support for apache, the ssl_scache_dc.c file, patch to modules/ssl/, and the installation README - it's all yours. - don't cast the void * to DC_CTX * in ssl_scache_dc.c

distcache (was RE: consider reopening 1.3)

2003-11-17 Thread Geoff Thorpe
of the argument for 2.0, would it be advantageous to get distcache support included into apache? Mandrake and Redhat already have (optional) support in their SRPMS, FWIW. The apache glue to the distcache API is a pretty small patch - an autoconf check plus an additional caching module/syntax

Update on distcache support

2003-04-03 Thread Geoff Thorpe
Hi all, I've attached a patch for the current head of CVS that represents the latest state of distcache support. This includes the autoconf hooks so that, if mod_ssl is configured to be built, distcache support will be probed for and enabled if found. If --enable-distcache is specified