2 messages in ru.sysoev.nginxNginx Equivalent to LAST_MODIFIED var...
FromSent OnAttachments
marl...@antagonism.orgNov 19, 2008 9:55 am 
marloweDec 1, 2008 11:06 pm 
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:Nginx Equivalent to LAST_MODIFIED variable in Apache SSIActions...
From:marl...@antagonism.org (marl@antagonism.org)
Date:Nov 19, 2008 9:55:10 am
List:ru.sysoev.nginx

I am working on transitioning my web sites from Apache to Nginx. In doing so, I came across an issue. Under Apache, I was able to include the timestamp when a page was last modified through the use of the following statement,

This document last modified <!--#echo var="LAST_MODIFIED" -->

When I made the conversion to Nginx, this statement returns the following

This document last modified (none)

This was expected as the SSI module documentation states the variable will display "none" if no value is set. Reading the documentation, it doesn't appear there is a builtin variable which is the equivalent of Apache's LAST_MODIFIED. I did a google search to attempt to find a solution to generate the timestamp into a new variable. Unfortunately the only item I found was this thread,

http://article.gmane.org/gmane.comp.web.nginx.english/3336/match=last+modified+ssi

Can someone please point me in the proper direction to create an equivalent to Apache's LAST_MODIFIED variable?

Thanks, Patrick