PHP
For all websites that utilize PHP, you can customize the PHP configuration.
edit the
~/cnf/php.ini
file via SSH by connecting with the website’s usersee the PHP Documentation for details.
Tip
Reload PHP after changes by using the php-reload
shortcut.
Examples
memory_limit = 1G
extension = ldap.so
Tip
list available extensions in /opt/php/php84/lib/php/extensions/no-debug-non-zts-20240924/
(adjust the path depending on the PHP version(s) installed)