Forum Discussion

david78's avatar
david78
Icon for Nimbostratus rankNimbostratus
Jan 18, 2016

how to kown if AAM Profil is activated ?

Hi,

 

I want to know how to determine if AAM is enabled or not?

 

I tried using the command PROFILE :: webacceleration but impossible to find the correct syntax.

 

Could anyone help me?

 

2 Replies

  • Hi David,

    you may try these two debug lines...

    log -noname local0.debug "Webacceleration is enabled = \"[PROFILE::exists webacceleration]\""
    log -noname local0.debug "Webacceleration profile selected = \"[PROFILE::webacceleration name]\""
    

    Cheers, Kai