We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
HHVM
HHVM
Hello, i'm a first time user of Vesta CP. truthfully, we don't need it but the customer is adamant about using a control panel so that he may login to the server and observe its configuration.
I tried to follow both of the following threads on this topic, but they are missing pertinent information:
viewtopic.php?t=8256
viewtopic.php?f=11&t=5830
So i installed HHVM as you would normally. i copied the tpl file and added hhvm location block.
I commented out the lines disabling X-Powered-By Header from nginx.conf
when i open the web console and observe a request, i can see that PHP is still serving the request, not HHVM.
I have never used apache, instead serving request with nginx.
2 questions:
How might i remove apache, if possible?
If not possible, how can i configure apache to use HHVM instead of PHP, atleast for a single server block.
I tried to follow both of the following threads on this topic, but they are missing pertinent information:
viewtopic.php?t=8256
viewtopic.php?f=11&t=5830
So i installed HHVM as you would normally. i copied the tpl file and added hhvm location block.
I commented out the lines disabling X-Powered-By Header from nginx.conf
when i open the web console and observe a request, i can see that PHP is still serving the request, not HHVM.
I have never used apache, instead serving request with nginx.
2 questions:
How might i remove apache, if possible?
If not possible, how can i configure apache to use HHVM instead of PHP, atleast for a single server block.
-
- Posts: 9
- Joined: Wed Dec 02, 2015 9:52 am
Re: HHVM
HHVM is not supported by VestaCP & instead you can continue using nginx with php-fpm. There are manual ways to replace php-fpm with hhvm. You can google for more help on that.
Re: HHVM
yes it is. i've already replaced PHP entirely with HHVM and vesta still works. i did a custom install without apache, then edited vesta's conf to use hhvm. then i edited the vhost's to use hhvm as well. the final problem is the mysql config, which seems to have been idiot proof to prevent ddos of the database. i replace MySQL with Maria DB 10.0 and now i have to replace the config file and everything should be. As i stated previously, our app is very high performance due to correct programming and redis powered ratelimiting architechture. we had no problems until involve the VestaCP, which is kind of neat but ultimately unnecessary in my opinion, however the client requested it be installedserverliving wrote:HHVM is not supported by VestaCP & instead you can continue using nginx with php-fpm. There are manual ways to replace php-fpm with hhvm. You can google for more help on that.