I have a WordPress site running on this image from Digital Ocean: https://marketplace.digitalocean.com/apps/openlitespeed-wordpress
I'm trying to configure it to handle another domain that's running Laravel, however, when I try to load that URL in my browser, I get:
I tried manually installing mcrypt, but it seems to only be avail for PHP 7.2, but OLS is using 7.3.5.
Is there a way to configure my Laravel Virtual Host so it uses the manually-installed PHP 7.2 (w/ mcrypt) vs the natively installed (if that's the right wording) PHP 7.3.5 (w/out mcrypt)?
Thanks in advance! Total newbie to OLS but it's so frickin' fast ... love it!
I'm trying to configure it to handle another domain that's running Laravel, however, when I try to load that URL in my browser, I get:
Code:
Mcrypt PHP extension required.
Is there a way to configure my Laravel Virtual Host so it uses the manually-installed PHP 7.2 (w/ mcrypt) vs the natively installed (if that's the right wording) PHP 7.3.5 (w/out mcrypt)?
Thanks in advance! Total newbie to OLS but it's so frickin' fast ... love it!