Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-08 Thread Jeff Trawick
On Thu, Oct 8, 2009 at 1:44 PM, Alexander Alfimov wrote: > Hi! > > I'm trying to compile mod_cache which was checked out from > http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/cache about > an hour ago: > [r...@dev38 mod_cache]# svn info > Path: . > URL: http://svn.apache.org/repos/asf/h

Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-08 Thread Alexander Alfimov
Jeff Trawick писал(а) в своём письме Thu, 08 Oct 2009 21:15:51 +0300: Try adding "#define CORE_PRIVATE" inside mod_disk_cache.c prior to the inclusion of header files. What you've encountered is an API difference between httpd 2.2 and 2.3-dev. There may be others that show up at compile, li

Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-09 Thread Alexander Alfimov
Graham Leggett писал(а) в своём письме Fri, 09 Oct 2009 01:30:30 +0300: Alexander Alfimov wrote: I want to try the "CacheQuickHandler Off" directive which became available in Apache 2.3 Use the patches attached, these are what we use against v2.2, and what I plan to ultimately propose for

Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-09 Thread Graham Leggett
Alexander Alfimov wrote: > I assume I can apply patches to this code: > http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/modules/cache/ Apply the patches to the base of httpd v2.2.14, like this: cd httpd-2.2.14 cat .patch | patch -p0 Regards, Graham -- smime.p7s Description: S/MIME

Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-14 Thread Alexander Alfimov
Hi! I have applied patches to the 2.2.14 sources. I've copied mod_cache.so and mod_disk_cache.so to the apache modules directory. The problem is NOT solved. As soon as I add CacheQuickHandler Off to the cache configuration, the servers stops caching (new directories aren't appearing in cach

Re: Cannot compile mod_disk_cache.c (rev. 821993)

2009-10-14 Thread Alexander Alfimov
I forgot to add that I have a ProxyPass directive in the same config. I.e. I'm trying to build caching proxy with mod_rewrite on the "front". It looks like mod_proxy is run before the mod_cache. Please advise. Thank you. Alexander Alfimov писал(а) в своём письме Thu, 15 Oct 2009 01:47:30