lighttpd之expires
在用lighttpd作反向代理時expire設定的值要和後臺一致,否則會出現不快取或快取失效的情況
lighttpd expire配置
vim lighttpd.conf
expire.url = (".html" => "access plus 30
days",
".jpg" => "access plus 1
days")
apache expire配置
vim httpd.config
ExpiresActive On
ExpiresByType image/jpeg "access plus 1 day"
ExpiresByType image/jpg "access plus 1 day"
ExpiresByType text/html "access plus 30 days"
定義images目錄下的檔案一小時候快取過期
expire.url = ( "/images/" => "access 1 hours"
)
定義images目錄,以及其子目錄的快取一小時後過期
$HTTP["url"] =~ "^/images/" {
expire.url = ( "" => "access 1
hours" )
}
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27181165/viewspace-775760/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Cookie expires 屬性Cookie
- nginx expires if_modifiedNginx
- Lighttpd伺服器httpd伺服器
- cacti監控lighttpdhttpd
- lighttpd防盜鏈httpd
- Cookie max-age與expires 區別Cookie
- apache lighttpd nginx 對比分析ApachehttpdNginx
- 簡單安裝配置lighttpdhttpd
- 讓 lighttpd 支援 wordpress clean urlhttpd
- Expires, Last-Modified, Etag快取機制AST快取
- Ubuntu安裝Lighttpd、PHP和MariaDBUbuntuhttpdPHP
- nginx與lighttpd效能簡單對比薦Nginxhttpd
- 三大WEB伺服器對比分析(apache ,lighttpd,nginx)Web伺服器ApachehttpdNginx
- Nginx expires功能缺點如何解決?linux運維學習路線NginxLinux運維
- 從Nginx遷移回到Lighttpd以及相關配置 — High5!NginxhttpdH5
- lighttpd 對視訊檔案壓縮檔案做防盜鏈薦httpd
- 面向高負載的架構Lighttpd+PHP(FastCGI)+Memcached+Squid負載架構httpdPHPASTUI
- 請問laraveld的redis中有$redis->expires(key,過期時間)這個方法嗎LaravelRedis
- 如何在 Apache、Ngnix 和 Lighttpd 上啟用 HTTP 公鑰固定擴充套件Apachehttpd套件
- 瀏覽器快取詳解:expires,cache-control,last-modified,etag詳細說明瀏覽器快取AST
- 與瀏覽器快取相關的expires,cache-control,last-modified,Etag等頭部資訊瀏覽器快取AST
- oracle之 RAC Interconnect之HAIPOracleAI
- 漢字之美,拼音之韻
- Python基礎之(三)之字典Python
- 設計模式之禪之代理模式設計模式
- 程式碼之美---遞迴之美遞迴
- 科學之抽象管理之提升抽象
- JavaScript之thisJavaScript
- 若之
- 深入Spring之IOC之載入BeanDefinitionSpringBean
- PHP之string之ord()函式使用PHP函式
- 《碼農翻身》之浪潮之巔的WebWeb
- vue 兄弟元件之間傳值之busVue元件
- 架構之爭,體制之惑(1)--產品經理模式之弊論架構模式
- 前端之資料模擬之Mock.js前端MockJS
- 軟體測試江湖之公會武器之爭
- Java常用資料結構之Set之TreeSetJava資料結構
- AI犯錯誰之過?切勿盲目相信之AI