What I want to accomplish here is this:
I have an apache website, and on that website, I want to display something like
Latest website update: 01/12/2011 at 6h32 AM
I had an idea on how to do this. I could write an hourly script that checks the date of the latest modified file in the /var/www. And then store this value in a file or in the database for fast access.
How can I do this, and if you have a better idea, please share it with me.