[mrtg] Re: Has anyone _actually_ made Apache sue the .meta files?
Steffen Kluge
kluge at fujitsu.com.au
Fri Nov 3 07:40:15 MET 2000
On Thu, Nov 02, 2000 at 05:41:52PM -0500, Stan Brown wrote:
> Mrtg is generating the .meta files, but I still cannot get Netscape to
> recognize the expier times. Heres what I have in Apaches' http.conf:
>
> <Directory />
> MetaFiles on
> MetaSuffix .meta
> MetaDir .
> Options FollowSymLinks
> AllowOverride None
> </Directory>
>
> Am I missing something?
You have to load the cern_meta and expires modules in Apache
(they may not be loaded by default). Make sure these lines are
in your httpd.conf:
LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule expires_module modules/mod_expires.so
AddModule mod_cern_meta.c
AddModule mod_expires.c
Cheers
Steffen.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list