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
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
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
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
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
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
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
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
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
> 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
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
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
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 "
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
> 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
> 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
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
> -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
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,
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,
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
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
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
> -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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
50 matches
Mail list logo