Apache logs are present in the Apache log directory:
/var/log/apache2/
PHP logs are present in the PHP log directory:
/var/log/php/
To access any of the two directories from your IDE environment,
Open a terminal window.
Switch to the required directory. For example:
cd /var/log/apache2/
or
cd /var/log/php
To make changes to the IDE, change Apache configuration. When your code runs on Cloud Platform, it uses the Apache configuration supported by Acquia as part of the managed service. Acquia restricts the changes that you can make to the Apache configuration in order to maintain application security and reliability. For more information, visit Security and Compliance.
Working with PHP
The default PHP version for Cloud IDE is PHP 8.3. With Cloud IDE, you can configure the PHP version and Xdebug.
Configuring the PHP version
To configure the PHP version:
In your IDE admin menu, go to Terminal > New Terminal.
Run the following command in the terminal:
acli ide:php-version 8.2
Note
In this command, version 8.2 is used as an example.
You can configure the PHP versions 7.4, 8.2, 8.3 and 8.4 depending on your requirement.
You can use the following command to check the current PHP version:
ide:~/project$ php -v
PHP 8.2.7 (cli) (built: Jul 6 2023 13:01:51) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.7, Copyright (c) Zend Technologies
with Zend OPcache v8.2.7, Copyright (c), by Zend Technologies
Configuring PHP settings
To override the default PHP settings for Cloud IDE, you must change the following file:
/home/ide/configs/php/custom.ini
The PHP settings that you can change include, but are not limited to the following:
memory_limit
max_upload_file_size
post_max_size
max_execution_time
The following is an example of changes made to PHP settings:
Apache logs are present in the Apache log directory:
/var/log/apache2/
PHP logs are present in the PHP log directory:
/var/log/php/
To access any of the two directories from your IDE environment,
Open a terminal window.
Switch to the required directory. For example:
cd /var/log/apache2/
or
cd /var/log/php
To make changes to the IDE, change Apache configuration. When your code runs on Cloud Platform, it uses the Apache configuration supported by Acquia as part of the managed service. Acquia restricts the changes that you can make to the Apache configuration in order to maintain application security and reliability. For more information, visit Security and Compliance.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Working with PHP | Acquia Product Documentation
Cloud IDE
Working with PHP
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.