You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2005/03/10 17:09:51 UTC

[users@httpd] ApacheCon Europe 2005: Call for Presenters deadline extended!


-------- Original Message --------
Subject: ApacheCon Europe 2005: Call for Presenters deadline extended!
Date: Fri, 4 Mar 2005 18:30:15 -0400
From: Lars Eilebrecht <la...@apache.org>
Organization: The Apache Software Foundation
To: announce@apache.org


Call for Participation: ApacheCon Europe 2005 (CfP deadline extended!)
======================================================================
18-22 July 2005, Stuttgart, Germany

NEW SUBMISSION DEADLINE: Saturday, 12 March 2005, 22:30 EDT

Come share your knowledge of Apache software at this educational and
fun-filled gathering of Apache users, vendors, and friends.

Apache Software Foundation members are designing the technical
program for ApacheCon Europe 2005 that will include multiple
tracks and dozens of technical sessions.

We are particularly interested in session proposals covering:

o Apache web server topics (installation, compilation,
   configuration, migration, ...)
o All Apache Software Foundation projects (Jakarta,
   mod_perl, XML, SpamAssassin, et cetera)
o scripting languages and dynamic content
   (Java, Perl, Python, TCL, XML, XSL, PHP, etc.)
o Security and eCommerce
o Performance tuning, load balancing, high availability
o Technical and non-technical case studies
o new technologies (web, Java, XML, anti-spam)

Only educational sessions related to projects of the Apache Software
Foundation or the Web in general will be considered (commercial
sales or marketing presentation won't be accepted; please contact
info@ApacheCon.Com if you're interested in giving a vendor
presentation).


Regards...
-- 
Lars Eilebrecht  -  The Apache Software Foundation
lars@apache.org  -    http://www.apachecon.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] mod_disk_cache usage

Posted by Deepa Rangarajan <de...@hotmail.com>.
Hi,

I am using mod_disk_cache to cache certain files on my reverse proxy.
I am using Apache 2.0.46.

There are certain files that have a Last-Modified header and E-Tag but do 
not have
the Expiry date set.

I have some basic doubts

Does the CacheDefaultExpire work only if both expiry date and modified date 
are not set ?
(I tried setting this to 300 seconds and changed my file, but the new one is 
not reloaded even after 300 seconds)

How does the CacheLastModifiedFactor work? It is mentioned that the
ExpiryDate= Current Date+ Hrs since last modified * CacheLastModifiedFactor.
The current date is going to change every second. So is the expiry date also 
going to vary?

Will just specifying CacheMaxExpire make sure to reload any modified files 
after the time lapses?
(In this case, I find that any modified files are not reloaded even after 
the time lapses ?)

I have tried using these directives and do not see the cache working 
properly. Pls. help.

Here is what I am using:


   CacheEnable disk /xxx
   CacheEnable disk /yyy

  CacheRoot "/var/cache/mod_proxy"
   CacheSize 100000
   #CacheIgnoreCacheControl On
   #CacheIgnoreNoLastMod On
   CacheDefaultExpire 300
   CacheGcInterval 24
   #CacheLastModifiedFactor 0
   CacheMaxExpire 600


Thks,
-Deepa



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org