Hi, i want to try nextcloud on 1st server (cpanel), and have problem with php version on jail. i want to use php v 8.3. based on https://forum.howtoforge.com/thread...t-or-reload-of-php-fpm-service-aborted.90280/ i can't find server_php table also OS: Ubuntu 22.04 latest update ISPC: 3.2.11 Setup: multi server (cpanel/db, web, mail(mirror)) any suggestion would be appreciated, thank you
assuming that the different php versions are already included in the jail. the best option is for that ssh user to create a .bashrc file in their home directory and alias the php command to the version they want to use.. eg 'alias php=/usr/bin/php8.3' that way the ssh user themselves can easily change the default php version they use if they need to.. or you could just provide the full path whenever you run any php from the cli.. eg /usr/bin/php8.2 /web/somefile.php