|
Thanks,
I was under the impression that those lines would first set the envrionement variable to private and then replace the private setting by max-age=300 thus being the equivalent of only max-age=300…
With Apache's mod_cache, Cache-Control should be set to :
"max-age=300, private"
|