📄 my_cfg.txt
字号:
# Original source by: Kevin Kiley <Kiley@RemoteCommunications.com># Original Home: http://www.RemoteCommunications.com/apache/mod_gzip/# NetWare port by: Guenter Knauf <info@gknw.de># Home: http://www.gknw.com/development/apache/## The following is only for a quick setup! ## Add to your httpd.confLoadModule gzip_module modules/mod_gzip.nlmLogFormat "%h %l %u %t \"%r\" %>s %b mod_gzip: %{mod_gzip_compression_ratio}npct." common_with_mod_gzip_info1LogFormat "%h %l %u %t \"%r\" %>s %b mod_gzip: %{mod_gzip_result}n In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." common_with_mod_gzip_info2LogFormat "%{mod_gzip_compression_ratio}npct." mod_gzip_info1LogFormat "%{mod_gzip_result}n In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." mod_gzip_info2<IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_item_include file \.htm$ mod_gzip_item_include mime text/.* mod_gzip_item_exclude file error/.* mod_gzip_item_exclude mime ^image/.* mod_gzip_temp_dir "/tmp" mod_gzip_command_version mod_gzip_version CustomLog logs/gzip.log mod_gzip_info2</IfModule>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -