TShopping

標題: CPanel/WHM 如何開啟Apache 全域mod_deflate 壓縮 [打印本頁]

作者: woff    時間: 2018-12-24 11:22
標題: CPanel/WHM 如何開啟Apache 全域mod_deflate 壓縮
進入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.





歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2