사용자 도구

사이트 도구


apache

Apache

  • 경로는 모두 Unix 식으로 /를 구분자로 사용할 것.

No cache

<Directory /some/real/path/to/tmp>
  Header Set Pragma "no-cache"
  Header Set Expires "Thu, 1 Jan 1970 00:00:00 GMT"
  Header Set Cache-Control "max-age=0, no-store, no-cache, must-revalidate"
  Header Unset ETag
  FileETag None
</Directory>
apache.txt · 마지막으로 수정됨: 2012/09/26 10:39 저자 kwon37xi