You are not logged in.
I have a nuBuilder web application (uses LAMP stack) that isn't php8-compatible. I have been running httpd using libphp and am not sure how to get my nuBuilder site to run on php7 while allowing other sites to use php 8. Any help would be appreciated - I am a bit of an httpd novice.
(I also have a roundcubemail site which I cannot work out how it is using php7 but I guess it is possible!?)
Last edited by vario (2021-02-02 08:35:10)
Offline
OK - managed to work it out. Can't run two php versions with libphp Apache module. I went with php-fpm solution.
Offline