On certain requests my Django application updates static HTML files.
However apache is serving them old copy from its cache...
How can I configure Apache to make sure serve latest file changes..
This changes are not so frequent but as changes are done by portal users we can't predict how frequent and how long it would happen.
If we can configure apache to check the last modified date before serving cached copy may do.