17030六、wamp中的Apache開啓gzip壓縮提升網站的響應速度

一個網站的響應速度決定該網站的人氣和質量,因此wamp配置的服務器也須要支持giz壓縮來提升網站的響應速度,如何開啓wamp的gzip壓縮呢,通過在網站查找資料結合本身服務器中的配置,如今將這個方法分享給你們:

   第一:打開wamp  Apache中的httpd.conf ,搜索mod_deflate.so、mod_filter.so和mod_headers.so,並將前面的#去掉

             LoadModule deflate_module modules/mod_deflate.so

            LoadModule headers_module modules/mod_headers.so

          LoadModule filter_module modules/mod_filter.so

  第二:搜索<IfModule !mpm_netware_module>,在以前加入下面這段話

         <ifmodule mod_deflate.c>
            AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/JavaScript application/x-javascript application/javascript
         </ifmodule>

  第三:保存,重啓wamp服務器便可
相關文章
相關標籤/搜索