Forum Discussion

Fletcher_Cocquy's avatar
Fletcher_Cocquy
Icon for Nimbostratus rankNimbostratus
Oct 04, 2010

compress_content_type_includes error

Hi, our 9.3.1 BigIP has an existing HTTP profile which includes the "Insert XForwarded For" header

 

 

profile http http {

 

basic auth realm none

 

oneconnect transformations enable

 

header insert none

 

header erase none

 

fallback "http://dr.school.edu/"

 

compress selective

 

compress uri include none

 

compress uri exclude none

 

compress content type include none

 

compress content type exclude none

 

compress prefer gzip

 

compress min size 1024

 

compress buffer size 4096

 

compress vary header enable

 

compress http 1.0 disable

 

compress gzip memory level 8k

 

compress gzip window size 16k

 

compress gzip level 1

 

compress keep accept encoding disable

 

compress browser workarounds disable

 

compress cpu saver enable

 

compress cpu saver high 90

 

compress cpu saver low 75

 

response preserve chunk

 

lws width 80

 

lws separator none

 

redirect rewrite none

 

max header size 65535

 

max requests 0

 

pipelining disable

 

insert xforwarded for enable

 

adaptive parsing disable

 

ramcache disable

 

ramcache size 100mb

 

ramcache max entries 10000

 

ramcache max age 3600

 

ramcache min object size 500

 

ramcache max object size 50000

 

ramcache uri exclude none

 

ramcache uri include none

 

ramcache uri pinned none

 

ramcache ignore client cache control all

 

ramcache aging rate 9

 

ramcache insert age header enable

 

}

 

 

 

profile http gziprof {

 

defaults from http

 

compress enable

 

compress content type include "*"

 

compress content type exclude none

 

compress gzip level 1

 

}

 

 

I was checking why gzip does not seem to be applied by the BigIP (via YSlow firefox plugin and other web compression checkers) and found this in the ltm logs:

 

 

Oct 4 14:15:36 tmm tmm[32704]: 01010005:3: Profile gziprof, compress_content_type_includes error - Operation not supported (line 2) invoked from within "HTTP::header insert x-forwarded-host [HTTP::host]"

 

Oct 4 14:15:36 tmm tmm[32704]: 01010005:3: Profile gziprof, compress_content_type_includes error - Operation not supported (line 2) invoked from within "HTTP::header insert x-forwarded-host [HTTP::host]"

 

Oct 4 14:15:36 tmm tmm[32704]: 01010005:3: Profile gziprof, compress_content_type_includes error - Operation not supported (line 2) invoked from within "HTTP::header insert x-forwarded-host [HTTP::host]"

 

Oct 4 14:15:36 tmm tmm[32704]: 01010005:3: Profile gziprof, compress_content_type_includes error - Operation not supported (line 2) invoked from within "HTTP::header insert x-forwarded-host [HTTP::host]"

 

Oct 4 14:15:36 tmm tmm[32704]: 01010005:3: Profile gziprof, compress_content_type_includes error - Operation not supported (line 2) invoked from within "HTTP::header insert x-forwarded-host [HTTP::host]"

 

 

Does this indicate the gzip and XForwarded options are not compatible?

 

Is there a workaround for this?

 

 

thanks!

 

Fletcher

 

http://vmadmin.info

 

No RepliesBe the first to reply