Apache 的一些必要的 mod 装配

Apache 的一些必要的 mod 安装PS:?SetOutputFilter DEFLATEBrowserMatch ^Mozilla/4 gzip-only-text/htmlB

Apache 的一些必要的 mod 安装

PS:

?

SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
#Header append Vary User-Agent env=!dont-vary


#查找Customlog 注释原来的的一行,改成
CustomLog logs/deflate_log deflate?
######################################

?


######################################
SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
#Header append Vary User-Agent env=!dont-vary


#查找Customlog 注释原来的的一行,改成
CustomLog logs/deflate_log deflate?
######################################

?


######################################
?