Tomcat AJP secret 403 errors

Apache was configured by the installer as follows:

LoadModule modcfml_module modules/mod_cfml.so

CFMLHandlers “.cfm .cfc .cfml”

ModCFML_SharedKey “0060142b74ed40af02b5b82b5bf6079ee87d8e3b73c34c10dc1cb9ffad0a9955”

LogHeaders false

LogHandlers false

LogAliases false

VDirHeader false

I just tried setting “secretRequired” to”false” in server.xml, and restarted Apache and Lucee, and I still get the 403 error, and nothing useful in the logs. Is there an example on passing this secret between Apache and Lucee?

Thanks,

Harry