I've setup a TYPO3 7.6.x website and I need to enable the last-modified on response header.
I added the following TypoScript to my root template
config {
contentObjectExceptionHandler = 0
no_cache = 0
sendCacheHeaders = 1
enableContentLengthHeader = 1
cache_period = 3600
cache_clearAtMidnight = 1
but still not working.