Error 403 - Forbidden

I am trying to get lucee(5.3.9.160) running on amazon Linux and keep getting error 403 - forbidden. Posts seem to mention that the secret keys in

/etc/httpd/conf/httpd.conf and server.xml need to match

any ideas which keys need to match? shared, secret, etc??

Thanks

http.conf

ModCFML_SharedKey "ladelaldalala"

server.xml

<Valve className="mod_cfml.core" loggingEnabled="true" maxContexts="200" timeBetweenContexts="2000" scanClassPaths="false" responseCode="307" sharedKey="ladelaldalala" /> </Host>

If what @Zackster told you didn’t work, it may also be the secret in AJP. If so, could you check if you have AJP activated in your proxy pass configuration then?