사용자 도구

사이트 도구


apache

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
apache [2010/12/02 19:47]
127.0.0.1 외부 편집기
apache [2012/02/08 10:44]
kwon37xi
줄 1: 줄 1:
-Apache +====== Apache ====== 
-[[Apache:Security|Apache:Security]]+  [[Apache:Security|Apache:Security]] 
 + 
 +===== 팁 ===== 
 +  * 경로는 모두 Unix 식으로 **/**를 구분자로 사용할 것. 
 +===== No cache ===== 
 +<code> 
 +<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> 
 +</code> 
apache.txt · 마지막으로 수정됨: 2012/09/26 10:39 저자 kwon37xi