apache中怎么啟用gzip
來源:昆明多彩網(wǎng)絡(luò)公司 日期:2010-12-21 閱讀: 發(fā)表評論
apache對gzip支持的非常到位,針對新手和老手都可以提供盡善盡美的配置服務(wù)。
啟用gzip模塊:LoadModule deflate_module modules/mod_deflate.so
啟用過期設(shè)置(可選)“LoadModule expires_module modules/mod_expires.so
快速啟用gzip:
壓縮html txt css js
<Location />
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
</Location>
啟用過期設(shè)置為造成網(wǎng)頁更新后,前臺頁面看到仍然是老的頁面,需重新刷新才能看到,針對對html和php后綴的頁面需慎重設(shè)置。
發(fā)表評論評論列表(有 條評論)