diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-14 23:56:27 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-14 23:56:27 +0000 |
commit | 3edb961427c9fe57883298ae96f245a73684e0e0 (patch) | |
tree | 90f120949e1ab52bceae420dbfe5584d62cd8d7a | |
parent | 30cff8cbc990d806881a3a66f84aeac198d1ad91 (diff) |
Clarify mod_cern_meta description
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -$Id: README,v 1.27 2002/08/14 22:56:45 weasel Exp $ +$Id: README,v 1.28 2002/08/14 23:56:27 weasel Exp $ ##################################################################### ## R E A D M E F O R E C H O L O T ########################### ##################################################################### @@ -148,7 +148,9 @@ o Echolot puts its stats in the result directory. It also produces o Echolot produces .meta files per default. These files include extra headers that your http server should send to clients. With apache - you can load the mod_cern_meta module and set MetaFiles to on. + you can load the mod_cern_meta module and set MetaFiles to "on". + [ make sure MetaSuffix matches your meta_extension setting (".meta" + by default) and MetaDir is set to "." ] CONFIGURATION ------------- |