Forum Discussion

Fletcher_Cocquy's avatar
Fletcher_Cocquy
Icon for Nimbostratus rankNimbostratus
Mar 20, 2010

syntax error - not obvious why

Hi, this is from BIG-IP 9.3.1 Build 40.2

 

 

 

BIGpipe: 010a0040:3: Syntax error in /config/bigip.conf line 480:

 

profile http gzip {

 

 

Can anyone spot why line 480 is a syntax error ?

 

Is gzip a reserved word and I should not use it for a profile name?

 

(preceeding lines 475-479 included to show they look OK too)

 

 

 

profile http web-ssl {

 

defaults from sslheader

 

header insert "GOHTTPS:1"

 

redirect rewrite all

 

}

 

profile http gzip {

 

defaults from http

 

compress enable

 

compress content type include "*"

 

compress content type exclude "jpg"

 

compress gzip level 1

 

}

 

 

Everything else is working fine

 

thanks
No RepliesBe the first to reply