Re: Problem with Last-modified header and Apache/mod_python

2010-02-05 Thread Malcolm Box
Answering my own question in case anyone else runs into this: The problem was caused by the last_modified field in the database being empty for existing assets (the last_modified stuff was added later to the model). When the last_modified database field is 0, then Django doesn't send a

Problem with Last-modified header and Apache/mod_python

2010-02-02 Thread Malcolm Box
Hi, I'm seeing a strange problem with Last-modified headers on my Apache/mod_python install. The problem being that they don't get sent. Running my django app locally, and using 'curl -v' to see the headers, I see correctly generated 'Last-modified' headers. When I deploy the same code to a