사용자 도구

사이트 도구


apache

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
apache [2012/01/05 18:13]
kwon37xi
apache [2012/09/26 10:39]
kwon37xi
줄 1: 줄 1:
 ====== Apache ====== ====== Apache ======
   * [[Apache:Security|Apache:Security]]   * [[Apache:Security|Apache:Security]]
 +  * [[http://net.tutsplus.com/tutorials/apache-2-basic-configuration-on-unix-like-systems/|Apache 2 Basic Configuration on Unix-Like Systems]]
  
 ===== 팁 ===== ===== 팁 =====
   * 경로는 모두 Unix 식으로 **/**를 구분자로 사용할 것.   * 경로는 모두 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