How to set the PHP path during agent installation?

How to set the PHP path during agent installation?

This is only applicable to the agent versions 4.2 and above.

For Linux

Step 1:
Download the installation script.
Step 2:
Set your PHP path along with other installation arguments.
  1. sudo -E sh InstallAgentPHP.sh -license.key "licensekey" -zpa.application_name "Application Name" -php.install_path "/your/php/path"

For Windows

  1. Download and execute the agent_php.msi file.
  2. Click the Advanced.
    APM Insight PHP Agent

  3. Enter the PHP installation path and click Next.
    PHP installation path

                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshoot - Duplicate APMInsight Monitors

                      Introduction: Duplicate monitors might be created in APMInsight due to various reasons. This article will help you identify and resolve the issue of duplicate monitors. The common causes include: - Changes in monitor configuration. (apminsight.conf ...
                    • PHP Monitor Troubleshooting

                      PHP Monitor Errors and Troubleshooting Guide Check if the phpstats.php file in the webserver's document root. Ensure there are no modifications done in phpstats.php file Check if the given PHP path is correct. Retry with the "SSL is enabled" option ...
                    • How to Deploy APMInsight .NET Agent Docker Image in Air-Gapped (Offline) Environments

                      This guide explains how to use the APMInsight .NET Agent Docker image in environments without direct internet access by transferring it through a private container registry. Overview Since air-gapped (isolated from internet) environments cannot pull ...
                    • Self monitor Applications Manager using APM Insight Java Agent

                      Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
                    • How to install the APM Insight PHP Agent in an Azure Web App?

                      Follow these steps to install and configure the APM Insight PHP Agent in an Azure Web App. Step 1: Create a deployment script Navigate to the directory /home/apm/ (create it if it doesn’t exist). Create a new shell script named apm-phpagent-deploy.sh ...