Harley
02.08.2002, 18:20
Hallo,
habe da eine frage zum mod_gip,
warum steht in meiner Serverlog bei jeder anderen php datei das sie komprimiert wurde und bei jeder vb php datei nicht?
Wie kann ich das so einstellen das es auch Vb komprimiert?
(compatible; MSIE 6.0; Windows NT 5.0)" mod_gzip: OK In:7914 Out:1828:77pct. <-andere php seite auf gleicher domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:TOO_SMALL In:454 Out:0:0pct. <-andere php seite auf gleicher domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:EXCLUDED In:0 Out:0:0pct. <-VB auf der domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:EXCLUDED In:0 Out:0:0pct. <-VB auf der domain
Serverconfig:
-------------
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_can_negotiate Yes
mod_gzip_dechunk Yes
mod_gzip_add_header_count Yes
mod_gzip_can_negotiate Yes
mod_gzip_keep_workfiles no
mod_gzip_command_version '/mod_gzip_status'
mod_gzip_min_http 1000
mod_gzip_minimum_file_size 500
mod_gzip_maximum_file_size 500000
mod_gzip_maximum_inmem_size 60000
mod_gzip_temp_dir /tmp
mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.php3$
mod_gzip_item_include file \.php4$
mod_gzip_item_include file \.jsp$
mod_gzip_item_include file \.cgi$
mod_gzip_item_include file \.pl$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-httpd-php
mod_gzip_item_include mime ^httpd/unix-directory$
mod_gzip_item_include handler ^perl-script$
mod_gzip_item_include handler ^server-status$
mod_gzip_item_include handler ^server-info$
mod_gzip_item_exclude file \.css$
mod_gzip_item_exclude file \.js$
mod_gzip_item_exclude file \.png$
mod_gzip_item_exclude file \.gif$
mod_gzip_item_exclude file \.jpg$
mod_gzip_item_exclude mime ^image/.*
</IfModule>
CustomLog /var/log/httpd/access_log combined_with_mod_gzip_info2
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" mod_gzip: %{mod_gzip_result}n In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." combined_with_mod_gzip_info2
habe da eine frage zum mod_gip,
warum steht in meiner Serverlog bei jeder anderen php datei das sie komprimiert wurde und bei jeder vb php datei nicht?
Wie kann ich das so einstellen das es auch Vb komprimiert?
(compatible; MSIE 6.0; Windows NT 5.0)" mod_gzip: OK In:7914 Out:1828:77pct. <-andere php seite auf gleicher domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:TOO_SMALL In:454 Out:0:0pct. <-andere php seite auf gleicher domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:EXCLUDED In:0 Out:0:0pct. <-VB auf der domain
MSIE 6.0; Windows NT 5.0)" mod_gzip: DECLINED:EXCLUDED In:0 Out:0:0pct. <-VB auf der domain
Serverconfig:
-------------
<IfModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_can_negotiate Yes
mod_gzip_dechunk Yes
mod_gzip_add_header_count Yes
mod_gzip_can_negotiate Yes
mod_gzip_keep_workfiles no
mod_gzip_command_version '/mod_gzip_status'
mod_gzip_min_http 1000
mod_gzip_minimum_file_size 500
mod_gzip_maximum_file_size 500000
mod_gzip_maximum_inmem_size 60000
mod_gzip_temp_dir /tmp
mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$
mod_gzip_item_include file \.php$
mod_gzip_item_include file \.php3$
mod_gzip_item_include file \.php4$
mod_gzip_item_include file \.jsp$
mod_gzip_item_include file \.cgi$
mod_gzip_item_include file \.pl$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-httpd-php
mod_gzip_item_include mime ^httpd/unix-directory$
mod_gzip_item_include handler ^perl-script$
mod_gzip_item_include handler ^server-status$
mod_gzip_item_include handler ^server-info$
mod_gzip_item_exclude file \.css$
mod_gzip_item_exclude file \.js$
mod_gzip_item_exclude file \.png$
mod_gzip_item_exclude file \.gif$
mod_gzip_item_exclude file \.jpg$
mod_gzip_item_exclude mime ^image/.*
</IfModule>
CustomLog /var/log/httpd/access_log combined_with_mod_gzip_info2
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" mod_gzip: %{mod_gzip_result}n In:%{mod_gzip_input_size}n Out:%{mod_gzip_output_size}n:%{mod_gzip_compression_ratio}npct." combined_with_mod_gzip_info2