[EMAIL PROTECTED] caching with authorization header

2008-10-31 Thread Seymen Ertas
Hi all, I am trying to understand the apache documentation regarding cacheable content. >From the documenation ( http://httpd.apache.org/docs/2.2/caching.html ): - Begin Apache 2.2 DOCUMENTATION --- What Can be Cached? mod_cache caching on the other hand

[EMAIL PROTECTED] caching webdav traffic through a reverseproxy

2008-10-29 Thread Seymen Ertas
Hi all, I am trying to utilize apache mod_cache and mod_disk_cache modules to cache webdav traffic on an apache server doing reverse proxy. Below is a description of my current approach which does not seem to be working (it doesn't seem like i can even get regular caching to work), if anyone out t

Re: [EMAIL PROTECTED] ?Caching? problems?

2008-04-14 Thread Jonathan Hayward http://JonathansCorner.com
I had made a mistake not related to Apache and things behaved predictably well when I fixed it. Sorry for troubling the list, On Sat, Apr 12, 2008 at 9:15 PM, j k <[EMAIL PROTECTED]> wrote: > > > On Sat, Apr 12, 2008 at 3:33 PM, Jonathan Hayward > http://JonathansCorner.com <[EMAIL PROTECTED]> w

Re: [EMAIL PROTECTED] ?Caching? problems?

2008-04-12 Thread j k
On Sat, Apr 12, 2008 at 3:33 PM, Jonathan Hayward http://JonathansCorner.com< [EMAIL PROTECTED]> wrote: > I am trying to move my main sites from a host which is closing to a new > server. Most of the migration has gone well but I am experiencing odd > ?caching? behavior that has old data being ser

[EMAIL PROTECTED] ?Caching? problems?

2008-04-12 Thread Jonathan Hayward http://JonathansCorner.com
I am trying to move my main sites from a host which is closing to a new server. Most of the migration has gone well but I am experiencing odd ?caching? behavior that has old data being served up even if I hit shift-reload or go to a different computer(!). The new server is running NetBSD, and http

[EMAIL PROTECTED] Caching reverse proxy with Apache 2.2

2008-02-28 Thread Julien Tartarin
Hello, I am currently setting up a caching reverse proxy server with Apache 2.2 : no problem to configure the reverse proxy, nor to configure data caching. However, as soon as the "source" server is unavailable, the reverse proxy shows errors (service unavailable) instead of serving cached conten

Re: [EMAIL PROTECTED] caching of static images

2007-12-15 Thread Joshua Slive
On Dec 14, 2007 2:38 PM, monarchs <[EMAIL PROTECTED]> wrote: > > A question about the caching of static images, if the response header > contains both Expires and Etag, will the client browser make call to server > to validate Etag is fresh. I want to avoid the 304 requests as I know the > files wi

[EMAIL PROTECTED] caching of static images

2007-12-14 Thread monarchs
A question about the caching of static images, if the response header contains both Expires and Etag, will the client browser make call to server to validate Etag is fresh. I want to avoid the 304 requests as I know the files will never change, and want to know if setting both headers causes any i

[EMAIL PROTECTED] Caching personalized pages with httpd 2.2

2007-11-27 Thread Marko Asplund
Hi I'm working on a project where we're developing a system that's going to experience fairly heavy load for certain pages such as the main page. I'd like to be able to serve some of these pages from a caching Apache reverse proxy without invoking the backend system. The problem is that all of the

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Mark Watts
> On 6/15/07, Mark Watts <[EMAIL PROTECTED]> wrote: > > > On 6/15/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > > > > I'd try it and see - I think the worst that can happen is that you > > > > see no effect; ie, things don't get any better, they're unlikely to > > > > get worse. > > > > > > I'm just

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Joshua Slive
On 6/15/07, Krist van Besien <[EMAIL PROTECTED]> wrote: On 6/15/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 6/15/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > > Hello, > > > > mod_cache for apache 2.0 is marked "experimental". How reliable is it? > > As others have mentioned, mod_disk_ca

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Krist van Besien
On 6/15/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 6/15/07, Krist van Besien <[EMAIL PROTECTED]> wrote: > Hello, > > mod_cache for apache 2.0 is marked "experimental". How reliable is it? As others have mentioned, mod_disk_cache mostly works. But you are much better off using 2.2 where it i

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Krist van Besien
On 6/15/07, Mark Watts <[EMAIL PROTECTED]> wrote: > On 6/15/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > > I'd try it and see - I think the worst that can happen is that you see > > no effect; ie, things don't get any better, they're unlikely to get > > worse. > > I'm just worried about what an "

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Joshua Slive
On 6/15/07, Krist van Besien <[EMAIL PROTECTED]> wrote: Hello, mod_cache for apache 2.0 is marked "experimental". How reliable is it? As others have mentioned, mod_disk_cache mostly works. But you are much better off using 2.2 where it is no longer experimental and has received many fixes. J

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Paul Simon
> Hello, > > mod_cache for apache 2.0 is marked "experimental". How reliable is it? > Would it be a bad idea to use it in production? > We have a problem that I think I might be able to solve with > mod_cache. If this a bad idea I might need another solution. > > Krist I had enabled mod_cache(di

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Mark Watts
> On 6/15/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > > I'd try it and see - I think the worst that can happen is that you see > > no effect; ie, things don't get any better, they're unlikely to get > > worse. > > I'm just worried about what an "experimental" module might do to my > webserver's st

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Krist van Besien
On 6/15/07, Boyle Owen <[EMAIL PROTECTED]> wrote: I'd try it and see - I think the worst that can happen is that you see no effect; ie, things don't get any better, they're unlikely to get worse. I'm just worried about what an "experimental" module might do to my webserver's stability (which h

RE: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Boyle Owen
> -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 10:49 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Caching. > > Hello, > > mod_cache for apache 2.0 is marked "experimental". Ho

[EMAIL PROTECTED] Caching.

2007-06-15 Thread Krist van Besien
Hello, mod_cache for apache 2.0 is marked "experimental". How reliable is it? Would it be a bad idea to use it in production? We have a problem that I think I might be able to solve with mod_cache. If this a bad idea I might need another solution. Krist -- [EMAIL PROTECTED] Bremgarten b. Bern,

[EMAIL PROTECTED] Caching proxy questions/discussion

2007-02-08 Thread Troy Hakala
I'd like to do 2 things with mod_proxy and mod_cache: 1. We have a set of pages with many URL parameter possibilities for browsing/filtering content. Caching all of these combinations of the URL results in too many pages in the cache and the cache management burdens the caching server. IOW,

[EMAIL PROTECTED] [Caching] Difference between Apache 2.2.3 and Apache 2.2.4?

2007-01-16 Thread Vincent Peytavin
Hello, I am trying to define a cache policy in the following way: - Cache for one year: all the documents under /appli/production - Cache for one day: all the documents under /appli/production/*/prompts/*/dynamic/ It works fine on my pc (Apache 2.2.4, Windows 2000): the documents under

[EMAIL PROTECTED] caching gzipped files

2007-01-07 Thread Peter Michaux
Hi, I believe that mod_deflate compresses a particular resource on-the-fly each time the resource is requested. Is this true? This repetitive compression seems a bit wasteful for a resource that doesn't change often. I would like to set up the following type of caching system or something similar

Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Joshua Slive
On 12/20/06, Roland Rabben <[EMAIL PROTECTED]> wrote: My goal was to use the "Cache-Control: public, no-cache" header. From what I understand that should make a cache-server cache the response, but still require authentication from the origin server before the cache releases its local representa

RE: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Roland Rabben
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: 20. desember 2006 15:58 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache > > On 12/20/06, Roland Rab

Re: [EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Joshua Slive
On 12/20/06, Roland Rabben <[EMAIL PROTECTED]> wrote: Hi I have set up Apache HTTP Server 2.2.3 with mod_proxy, mod_proxy_ajp and mod_cache as a reverse proxy in front of a Tomcat 5.5 server. The solution works fine except that I am having trouble getting Apache to cache content from a directory

[EMAIL PROTECTED] Caching Authenticated content with mod_cache

2006-12-20 Thread Roland Rabben
Hi I have set up Apache HTTP Server 2.2.3 with mod_proxy, mod_proxy_ajp and mod_cache as a reverse proxy in front of a Tomcat 5.5 server. The solution works fine except that I am having trouble getting Apache to cache content from a directory that is protected using Basic Authentication. Both serv

Re: [EMAIL PROTECTED] Caching for concurrent requests

2006-10-09 Thread Issac Goldstand
Hi there, If you're brave, this functionality is just being added to the bleeding edge code for mod_cache. While it isn't available for any released versions of Apache, if you already use Apache 2.2, and are comfortable compiling modules (using apxs) on your own, it might be the way to go. If i

[EMAIL PROTECTED] Caching for concurrent requests

2006-10-09 Thread Rosco Schock
Hello all, I have a question and was wondering if there is a way to configure Apache and/or some combination of mods to help in the following: Background: I have a Data Warehouse vendor that has many, many terabytes of information. The data is organized in zip files with each zip containing m

Re: [EMAIL PROTECTED] Caching https pages in Apache ?

2006-09-25 Thread Issac Goldstand
Actually, my understanding is that mod_file_cache (unlike disk and mem) caches the filehandle, not the content, and is specifically meant to give an extra boost for serving static files that you know will be very popular by not having to open() them each time they're served. So it may be what

Re: [EMAIL PROTECTED] Caching https pages in Apache ?

2006-09-23 Thread Joshua Slive
On 9/22/06, ABAPGUY <[EMAIL PROTECTED]> wrote: is there any point using mod_cache , mod_file_cache on an Apache 2 server that only serves https pages ? In other words can https pages be cache in Apache ? It is my understanding that the encryption itself cannot be cached because there is a uniq

[EMAIL PROTECTED] Caching https pages in Apache ?

2006-09-22 Thread ABAPGUY
Hi all , is there any point using mod_cache , mod_file_cache on an Apache 2 server that only serves https pages ? In other words can https pages be cache in Apache ?   Regards Daniel   

Re: [EMAIL PROTECTED] caching

2006-09-06 Thread carlesg
> On 9/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: >> I'm usig apache disk_cache for images in front of a plone site >> >> CacheEnable disk / >> CacheRoot "/data/cache/mod_proxy/zeo" >> CacheSize 95 >> ExpiresActive On >> ExpiresByType image/gif A9600 >> Expires

Re: [EMAIL PROTECTED] caching

2006-09-06 Thread Joshua Slive
On 9/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I'm usig apache disk_cache for images in front of a plone site CacheEnable disk / CacheRoot "/data/cache/mod_proxy/zeo" CacheSize 95 ExpiresActive On ExpiresByType image/gif A9600 ExpiresByType image/jpeg A9600

[EMAIL PROTECTED] caching

2006-09-06 Thread carlesg
I'm usig apache disk_cache for images in front of a plone site CacheEnable disk / CacheRoot "/data/cache/mod_proxy/zeo" CacheSize 95 ExpiresActive On ExpiresByType image/gif A9600 ExpiresByType image/jpeg A9600 ExpiresByType image/png A9600 After a few hous of clea

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-28 Thread Joshua Slive
On 6/28/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: Are there some docs on mod_disk_cache - examples of implementation, etc. (beyond the description on the website). http://httpd.apache.org/docs/2.2/caching.html#disk There isn't much to the configuration, although you need to understand th

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-28 Thread Forrest Aldrich
Joshua Slive wrote: On 6/27/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: This appears to be experimental. I don't believe mod_cache/mod_disk_cache is experimental in 2.2.2. It is in earlier versions, but I've already recommended you stay away from those. How would an approach like this

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-27 Thread Joshua Slive
On 6/27/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: This appears to be experimental. I don't believe mod_cache/mod_disk_cache is experimental in 2.2.2. It is in earlier versions, but I've already recommended you stay away from those. How would an approach like this compare to a product

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-27 Thread Forrest Aldrich
Joshua Slive wrote: On 6/26/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: We are developing a new infrastructure that will serve up images directly from a database. In front of this process, we would like to place a cache of the most frequently accessed images. This would serve to reduce the

Re: [EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-26 Thread Joshua Slive
On 6/26/06, Forrest Aldrich <[EMAIL PROTECTED]> wrote: We are developing a new infrastructure that will serve up images directly from a database. In front of this process, we would like to place a cache of the most frequently accessed images. This would serve to reduce the load on the database

[EMAIL PROTECTED] Caching large amounts of small images... the best way?

2006-06-26 Thread Forrest Aldrich
We are developing a new infrastructure that will serve up images directly from a database. In front of this process, we would like to place a cache of the most frequently accessed images. This would serve to reduce the load on the database image server. The images are small (under 200k). M

[EMAIL PROTECTED] caching limit files in mod_file_cache?

2006-03-13 Thread Xuekun Hu
Changed the title to be noticed. :-) -- Forwarded message -- From: Xuekun Hu <[EMAIL PROTECTED]> Date: Mar 10, 2006 7:38 PM Subject: Re: [EMAIL PROTECTED] mod_mem_cache configuration help To: users@httpd.apache.org Thanks for replying. I tested mod_file_cache. However I also met

[EMAIL PROTECTED] Caching of stylesheets still broken in 2.2?

2006-01-17 Thread Germer, Carsten
Hello again, I'm just wondering if anyone else then me is still experiencing this with 2.2.0. If apache caches stylesheet (*.css) and clients retrieve those cached files it's sometimes (randomly) delivered only partially. I'm aware that it is a known bug in older versions and just want to know if

Re: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Gerry Danen
ce more than phpBB has > images. > > Thanks. > > Mike > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joshua > > Slive > > Sent: Tuesday, December 20, 2005 9:53 PM > > To: users@httpd.apache.org

RE: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Michael Avila
ers@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Caching Images > > > On 12/20/05, Michael Avila <[EMAIL PROTECTED]> wrote: > > The idea is to have the images be cached (even in memory if > possible) so that it is super fast as I am running this on my PC > that I us

Re: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Joshua Slive
On 12/20/05, Michael Avila <[EMAIL PROTECTED]> wrote: > The idea is to have the images be cached (even in memory if possible) so that > it is super fast as I am running this on my PC that I use for other things. > And I only have 1 GB of memory. > > It is my understanding from reading posts that

RE: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Michael Avila
9:53 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Caching Images > > > On 12/20/05, Michael Avila <[EMAIL PROTECTED]> wrote: > > WinXP Pro SP2 > > Apache 2.0.55 > > > > How can I get Apache to cache just images since they will >

Re: [EMAIL PROTECTED] Caching Images

2005-12-20 Thread Joshua Slive
On 12/20/05, Michael Avila <[EMAIL PROTECTED]> wrote: > WinXP Pro SP2 > Apache 2.0.55 > > How can I get Apache to cache just images since they will rarely change but > everything else does? Do you want apache to cache the images, or do you want the browsers to cache them? If the latter, look at m

[EMAIL PROTECTED] Caching Images

2005-12-20 Thread Michael Avila
WinXP Pro SP2 Apache 2.0.55 How can I get Apache to cache just images since they will rarely change but everything else does? Mike <>- The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.a

[EMAIL PROTECTED] caching rails generated images

2005-12-16 Thread Henning Meyer
Hello, I use Ruby on Rails to generate images, which are delivered via mod_fastcgi to apache2. These images should be cached using mod_cache and mod_disk_cache. But it does not work. In Rails I set my http headers like this: expires_in 30.hours, :private => false @response.headers['La

[EMAIL PROTECTED] Caching with Squid

2005-08-23 Thread DGeorgie
Hi, I am trying to set up Squid as a web cache for a number of Apache Web servers. Each Apache server stands in front of an application server (Jboss). Based on the URL pattern Apache need to send request to Squid for caching. If Squid cannot find the resource in the cache it should contact back