Difference myvesta and VestaCP

Post Reply
shahin
Posts: 3
Joined: Sun Feb 26, 2023 7:23 pm

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?
User avatar
isscbta
Team Member
Posts: 130
Joined: Mon Jul 19, 2021 1:41 am
Has thanked: 15 times
Been thanked: 3 times

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
User avatar
isscbta
Team Member
Posts: 130
Joined: Mon Jul 19, 2021 1:41 am
Has thanked: 15 times
Been thanked: 3 times

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
User avatar
T4B
Posts: 160
Joined: Sat Jul 11, 2020 9:44 am
Been thanked: 5 times

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
entlab
Posts: 1
Joined: Thu Jan 11, 2024 11:12 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.
User avatar
isscbta
Team Member
Posts: 130
Joined: Mon Jul 19, 2021 1:41 am
Has thanked: 15 times
Been thanked: 3 times

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
Post Reply