TShopping

 找回密碼
 註冊
搜索
查看: 1933|回復: 0
打印 上一主題 下一主題

[CentOS] CPanel/WHM 如何開啟Apache 全域mod_deflate 壓縮

[複製鏈接]
跳轉到指定樓層
1#
發表於 2018-12-24 11:22:34 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
 
Push to Facebook
進入cPanel/WHM後
找到
Services Configuration >> Apache Configuration >> Include Editor >> Post VirtualHost Include, and select All Versions

Now, paste the following into this file, and hit Update:
貼上下列代碼到裡面並更新
  1. SetOutputFilter DEFLATE

  2. # Netscape 4.x has some problems…
  3. BrowserMatch ^Mozilla/4 gzip-only-text/html

  4. # Netscape 4.06-4.08 have some more problems
  5. BrowserMatch ^Mozilla/4\.0[678] no-gzip

  6. # MSIE masquerades as Netscape, but it is fine
  7. # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

  8. # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
  9. # the above regex won’t work. You can use the following
  10. # workaround to get the desired effect:
  11. BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

  12. # Don’t compress images
  13. SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary

  14. # Make sure proxies don’t deliver the wrong content
  15. Header append Vary User-Agent env=!dont-vary
複製代碼


SetEnvIfNoCaseRequest_URI"\.(?:gif|jpe?g|png)$" no-gzip
重啟APACHE服務,就可開啟圖片壓縮


That’s it, now, go back to the site I gave you at the start, load up your website, and verify that compression is now functioning.

 

臉書網友討論
*滑块验证:
您需要登錄後才可以回帖 登錄 | 註冊 |

本版積分規則



Archiver|手機版|小黑屋|免責聲明|TShopping

GMT+8, 2024-4-25 14:23 , Processed in 0.064324 second(s), 22 queries .

本論壇言論純屬發表者個人意見,與 TShopping綜合論壇 立場無關 如有意見侵犯了您的權益 請寫信聯絡我們。

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表