Forum Discussion

Nimika_67343's avatar
Nimika_67343
Icon for Nimbostratus rankNimbostratus
Oct 04, 2012

irules-changes not reflecting

We are making updates to the irules but we do not see those changes getting reflected. Do we need to restart something after updating irules ? or changes should be dynamic ? Though we restarted the services from the Main-->services

 

Here is the irules. we are seeing content-type as 1.1 instead of 1.0

 

when HTTP_RESPONSE {

 

if { [PROFILE::http ramcache] equals 1 } {

 

CACHE::disable

 

}

 

HTTP::header remove Cache-Control

 

HTTP::header remove Expires

 

HTTP::header remove Pragma

 

if { [HTTP::header "Content-Type"] contains "application" } {

 

HTTP::version "1.0"

 

}

 

}

 

 

Thanks

 

Nimika

 

3 Replies

  • i do not think reboot is required.

     

     

    sol13253: Configuration changes to local traffic objects do not affect existing connections

     

    http://support.f5.com/kb/en-us/solutions/public/13000/200/sol13253.html
  • We tried sending a new request ( new connection) still the chages are not reflecting any idea on how can we debug?

     

    Thanks

     

    Nimika

     

  • in case you do not mind to reboot/restart.

     

     

    sol13030: Forcing the mcpd process to reload configuration

     

    http://support.f5.com/kb/en-us/solutions/public/13000/000/sol13030.html