Mercurial > moin > 1.9
changeset 1338:ea342b114f07
more comments on url_prefix_static configuration
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 18 Aug 2006 23:41:37 +0200 |
parents | 27b315229e82 |
children | 544b931cd965 |
files | docs/CHANGES |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Fri Aug 18 23:28:04 2006 +0200 +++ b/docs/CHANGES Fri Aug 18 23:41:37 2006 +0200 @@ -225,11 +225,16 @@ 1. The setting is now called url_prefix_static (to make it more clear that we mean the static stuff, not the wiki script url). 2. The strongly recommended (and default) value of it is '/moin_static160' - for moin version 1.6.0 (and will be ...161 for moin 1.6.1). We use a - very long cache lifetime for static stuff now, so it is required to - change the URL of static stuff when the static stuff changes (e.g. on - a version upgrade of moin) to avoid problems with stale cache content. + for moin version 1.6.0 (and will be ...161 for moin 1.6.1). It is + possible and recommended to use a very long cache lifetime for static + stuff now (Expires: access plus 1 year), because we require to change + the URL of static stuff when the static stuff changes (e.g. on a + version upgrade of moin) to avoid problems with stale cache content. Your moin will be faster with lower load and traffic because of this. + For standalone server, we use 1 year expiry for static stuff now. + For Apache, Lighttpd and other "external" servers, you have to care + for configuring them to use a long expiry and change url_prefix_static + related configuration on upgrade. Version 1.5-current: * moin.fcg improved - if you use FastCGI, you must use the new file: