Re: Logging user's movements

[prev] [thread] [next] [Date index for 2005/02/05]

From: Christian Hansen
Subject: Re: Logging user's movements
Date: 00:51 on 05 Feb 2005
ben syverson wrote:

[...]

> The problem with this is that 99% of the time, the document won't 
> contain any of the new node names, so mod_perl is wasting most of its 
> time serving up cached HTML.

I have two suggestions,

1) Use a reverse proxy/cache and send proper Cache-Control and 
Etag/Content-Length headers, eg:

   Last-Modified: Fri, 04 Feb 2005 11:11:11 GMT
   Cache-Control: public, must-revalidate

2) Use a 307 Temporary Redirect and let thttpd serve it.

   307 Temporary Redirect
   Location: http://static.domain.com/WikiPage.html


RFC2616 13 Caching in HTTP
http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13

RFC2616 10.3.8 307 Temporary Redirect
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8

--

Regards
Christian Hansen

(message missing)

Logging user's movements
ben syverson 08:13 on 04 Feb 2005

Re: Logging user's movements
Leo Lapworth 09:36 on 04 Feb 2005

Re: Logging user's movements
Malcolm J Harwood 14:58 on 04 Feb 2005

Re: Logging user's movements
ben syverson 23:32 on 04 Feb 2005

Re: Logging user's movements
Christian Hansen 00:51 on 05 Feb 2005

Re: Logging user's movements
ben syverson 06:35 on 06 Feb 2005

Re: Logging user's movements
Perrin Harkins 23:38 on 05 Feb 2005

Re: Logging user's movements
ben syverson 06:06 on 06 Feb 2005

Re: Logging user's movements
Perrin Harkins 17:04 on 06 Feb 2005

Re: Logging user's movements
ben syverson 19:30 on 06 Feb 2005

Generated at 22:41 on 06 Feb 2005 by mariachi v0.52