To install APM Insight PHP Windows agent in Applications Manager, follow the below given instructions:
For PHP agent versions below 2.9.3:
apm.host=[HOST-NAME]
apm.port=[HOST-PORT]
use.https=[true/false]
For PHP agent versions 2.9.3 and above:
apm.host=[HOST-NAME]
apm.port=[HOST-PORT]
apm.protocol.https=[true/false]
For PHP agent versions below 2.9.3:
apm.host=localhost
apm.port=8443
use.https=true
For PHP agent versions 2.9.3 and above:
apm.host=localhost
apm.port=8443
apm.protocol.https=true
After including the required keys, save and close the file.