How to change php version of VirtualHost "var/www"

I install ubuntu 20.4 with hestiacp 1.4.3 in vmware, and hestiacp had multi php modules from php5.6~8.0.

I want to change this VirtualHost which has default php 7.4 to php 8.0, is it impossible?

<VirtualHost 192.168.75.132:8080>
    ServerName 192.168.75.132
    DocumentRoot /var/www/
    Alias /error/ /var/www/document_errors/
</VirtualHost>

./upgrade_multi_php.sh 8.0

Please note Roundcube will also break…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.