Не отдается last-modified
Ситуация следующая, не отдается сервером Last-Modified, код:
header('Content-type: text/xml');
header('Last-Modified: '.gmdate("D, d M Y H:i:s", filemtime($mc)).' GMT');
но, если написать
header('Content-type: text/xml');
или
header('Content-type: image/jpeg');
то Last-Modified отдается корректно.
В чем может быть проблема? На сервере установлены nginx + apache (ISPmanager).