Critical Regressions in v2.4.4 on AlmaLinux 8: New Site Resource Throttling & SSL Linking Failure

Environment:

  • OS: AlmaLinux 8
  • Panel Version: v2.4.4 (Upgraded from v2.4.3)

Issue 1: PHP 8.x Memory Throttling

  • Any new website created on v2.4.4 using PHP 8.x is hard-capped at a 10MB memory limit, causing immediate fatal errors.
  • Switching the new site to PHP 7.4 resolves the memory error, proving the 8.x handlers are not being provisioned with the correct resource limits on AlmaLinux 8.
  • This issue does not exist in v2.4.3; it is a regression in the new site creation logic.

Issue 2: SSL Deployment Failure

  • When issuing an SSL for a new site, CyberPanel reports “Certificate Exists,” but the site remains on a self-signed certificate.
  • Verification: The valid Let’s Encrypt certificates are successfully generated and located in /root/.acme.sh/domain_name/.
  • The Bug: The script fails to copy or symlink these certificates from the root directory to the website’s SSL paths (VHost configuration), effectively “orphaning” the valid SSL.

Request: Please investigate the createWebsite and issueSSL functions for the v2.4.4 update on AlmaLinux 8. It appears the automation is failing to apply the correct resource environmental variables for PHP 8.x and is failing to move successfully issued SSL certificates into the proper Virtual Host directories.