查看完整版本: HTTP status 206、304?

polling 2010-5-8 09:44

HTTP status 206、304?

當Apache server status code 一直出現 206 或304 , 只有 < 256 bytes的檔案可以正常顯示時 , 可以試試以下解法:
在http.conf 加上
EnableMMAP off
EnableSendfile off
頁: [1]
查看完整版本: HTTP status 206、304?