http cache control

oldbell의 이미지

http header에
"Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0" 를 넣어서 cache를 지우는데

Image에 대해서만 Cache를 적용시키고 싶습니다.

apache 설정에서 image만 cache 처리하는 방법도 있겠지만, 호스팅을 하는 입장이니

header 처리로 가능했으면 좋겠는데요...

좋은 방법이 없을까요???