On Fri, 26 May 2000, Michael Lake wrote:

> > > MRTG (Multi Router Traffic Grapher) runs into this same problem.  Their
> > > way of solving it was to write 'filename.meta' data out at the same time
> > > as the .gif image.
> > > This file contains a line like:
> > > Expires: Thu, 25 May 2000 23:00:31 GMT
> > > and .....such as the following lines
> > > in access.conf:
> > > <Directory /usr/local/apache/share/htdocs/mrtg>
> > > MetaSuffix .meta
> > > </Directory>
> 
> I don't really follow how try this suggestion. Yes there is
> a section in httpd.conf but what would this .meta file
> contain?

I'll admit I'm not full y up on this, just copying a known working
example.  For the gifs that MRTG creates, the .meta file has the single
line with the Expires: header in it, as listed above.

If you set the Expires header to something like 1 second past when the
gif is sent, Netscape should rerequest it each time.

The apache website has documentation on the cern_meta module at
http://www.apache.org/docs/mod/mod_cern_meta.html , and this references a
site at w3.org at
http://www.w3.org/Daemon/User/Config/General.html#MetaDir - basically, it
allows you to insert your own headers so something being sent out.

-- 
Andrew Shipton --------------------- http://www.careless.net/andrew/
"It is inhumane, in my opinion, to force people who have a genuine medical
need for coffee to wait in line behind people who apparently view it as
some kind of recreational activity."            -- Dave Barry

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to