Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Ted Lawless, of Brown U. writes:

Here is the mod_cache configuration we use:

Code Block
#
#The default expire needs to be 0 in a self-editing environment so that E-Tags can be reverified.  
#Requests to cached URLs that haven't expired will never reach the VIVO web application.  
#
 
<IfModule mod_cache.c>
     CacheRoot /var/cache/apache2
     CacheEnable disk /display
     CacheEnable disk /individual
     CacheIgnoreNoLastMod On
     CacheDefaultExpire 0
     CacheMaxExpire 0
     CacheIgnoreHeaders Set-Cookie
</IfModule>