Page 1 of 1

Difference myvesta and VestaCP

Posted: Sun Feb 26, 2023 7:34 pm
by shahin
Hi, is myVesta a beta version?

2- Is VestaCP no longer updated?

3- In WordPress, you can only use NginX without Apache

4- I want nginx to be the web server and use WordPress. Which
one do you recommend to install, myVesta or VestaCP?

Re: Difference myvesta and VestaCP

Posted: Mon Feb 27, 2023 10:58 am
by isscbta
No, myVesta has been released in a stable/final version for some time now. Both Apache and Nginx are web servers that can be used to host WordPress. In myVesta, we use both Apache and Nginx as a reverse proxy, which means that static content is served by Nginx, and non-static content is passed down to Apache. This means that the static content of your WordPress site, such as images and CSS files, would be served through Nginx, while non-static content, such as dynamic HTML pages generated by WordPress, would be served through Apache. Using this approach can help improve the performance and scalability of the web server, as Nginx is highly optimized for serving static content, while Apache is better suited for handling dynamic content.

Here you can find more about hosting WordPress on myVesta: viewforum.php?f=33

Regarding questions about VestaCP, you should visit their GitHub page to check the release log for updates. Furthermore, you can read this post: viewtopic.php?t=88

Re: Difference myvesta and VestaCP

Posted: Mon Feb 27, 2023 12:08 pm
by isscbta
P.S.

If you require a server configuration that does not include Apache and only uses nginx, you may use this template: https://github.com/myvesta/vesta/blob/m ... ress2.stpl

Re: Difference myvesta and VestaCP

Posted: Mon Oct 23, 2023 4:29 am
by T4B
isscbta wrote: Mon Feb 27, 2023 12:08 pm P.S.

If you require a server configuration that does not include Apache and only uses nginx, you may use this template: https://github.com/myvesta/vesta/blob/m ... ress2.stpl
hey how can i install this to myvestacp server ? https://github.com/myvesta/vesta/blob/m ... no-php.tpl

Re: Difference myvesta and VestaCP

Posted: Thu Jan 11, 2024 11:14 pm
by entlab
isscbta wrote: Mon Feb 27, 2023 12:08 pm P.S.

If you require a server configuration that does not include Apache and only uses nginx, you may use this template: https://github.com/myvesta/vesta/blob/m ... ress2.stpl
@isscbta Could you please explain how to use/install above mentioned template that uses only nginx? Thank you for your time and cooperation.

Re: Difference myvesta and VestaCP

Posted: Fri Jan 12, 2024 3:05 pm
by isscbta
entlab wrote: Thu Jan 11, 2024 11:14 pm
isscbta wrote: Mon Feb 27, 2023 12:08 pm P.S.

If you require a server configuration that does not include Apache and only uses nginx, you may use this template: https://github.com/myvesta/vesta/blob/m ... ress2.stpl
@isscbta Could you please explain how to use/install above mentioned template that uses only nginx? Thank you for your time and cooperation.
Take a look at: viewtopic.php?f=14&t=81