4 messages in ru.sysoev.nginxRe: logging empty.gif
FromSent OnAttachments
PaulSep 16, 2008 12:09 pm 
mikeSep 16, 2008 12:16 pm 
Gabriel RamugliaSep 16, 2008 12:24 pm 
Sean AllenSep 18, 2008 6:46 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: logging empty.gifActions...
From:Gabriel Ramuglia (ga@vtunnel.com)
Date:Sep 16, 2008 12:24:18 pm
List:ru.sysoev.nginx

It's probably being cached. You can either do something like

img src="1pixel.gif?randomnumber=xxxxxxx" where xxxxxxx changes every time, or you can try to force some headers in with the 1 pixel gif so that the browser doesn't consider the item cacheable, or both.

On Tue, Sep 16, 2008 at 3:09 PM, Paul <paul@gmail.com> wrote:

I have built a small stand alone nginx server, all it is doing is serving up one empty.gif. I want to use this server to get up to the minute logs for my main site. Each page on the main site has an image tag for the empty gif on the standalone.

However, testing it, when i hit a page with the gif, it doesn't get logged on the server. If i hit reload in my browser, it does get logged, but if i type in the url or go to the page thru a link, no log. If i hit the empty gif directly, it does get logged,

How can i get it it to log every hit??