How to setup Apache 2.2.3 to send “last modified” etc

apache-2.2cachelast-modifiedserver-setup

and to tell browser to reload an object (and/or a page… everything on the site) only if is been modified since last visit time???
htaccess, httpd.conf… have you a ready directive right for my case? Thank You very much

Best Answer

html5boilerplate.com includes a well commented .htaccess file that has many standard settings you should consider. Among them are reasonable settings for expiring the content (Expires, E-tags, ...).

Here's the documentation on mod_expires.