PHP에서 서버측 캐시 컨트롤하는 방법
파일에 대한 요청이 있을 때, 해당 파일의 마지막 수정 시간을 파일 헤더에 선언한 후 출력한다.재 요청이 있을 때는 파일 헤더의 마지막 수정 시간과 서버에 해당 파일의 실제 마지막 수정 시간과 비교하여 같다면 HTTP code 304 not modified를 출력하고, 서상의 파일이 더 최근에 수정 된 경우 위의 과정을 반복하여 출력한다. 아래는 예제 소스이다. //get the last-modified-date of this very file $lastModified=filemtime(__FILE__); //get a unique hash of this file (etag) $etagFile = md5_file(__FILE__); //get the HTTP_IF_MODIFIED_SINCE header ..
Programming Language/PHP
2018. 11. 4. 01:40
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 이클립스
- 스프링
- high1
- php
- express
- DART
- MySQL
- JSP
- dotnet core
- Fedora
- Flutter
- Entity Framework Core
- Linux
- egov
- 전자정부
- 자바
- eGovFrame
- egoverment
- CentOS
- Eclipse
- c#
- ubuntu
- Spring
- Windows
- jQuery
- MariaDB
- Java
- asp.net core
- 하이원
- .NET Core
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함