Yêu cầu: server hostname phải được trỏ về IP của máy chủ cài VestaCP Ví dụ: hostname của bạn là…
VestaCP

Hạ cấp PHP 7.4 về PHP 7.3 trên VestaCP
Hiện tại thì khi cài đặt VestaCP thì sẽ có phiên bản PHP là 7.4 beta, mà hiện tại đa…

MyVesta Control Panel – Một bản fork tập trung vào sự an toàn và ổn định
Vesta Control Panel là một trình quản lý yêu thích của mình trong việc quản trị VPS và vận hành…
How to Auto Change IP Address in VestaCP
Just change your IPs in your /etc/network/interfaces, then /usr/local/vesta/bin/v-update-sys-ip or goto WebUI >> IP >> Re-Read IP then do /usr/local/vesta/bin/v-change-web-domain-ip…

Fixing VestaCP open_basedir error
So, this. This has been a pain in the ass for EVER. Every time I install VestaCP, I have to…

Thiết lập dung lượng RAM tối đa cho Redis
Redis là hệ thống caching lưu trữ dữ liệu trong RAM tương tự như Memcached. Không chỉ hỗ trợ cache dạng keys/values…

Speed up VestaCP on CentOS 7
Let’s Learn how to Speed up VestaCP on CentOS 7. Vesta Control Panel is an open source hosting control panel that…

Tối ưu trang WordPress chạy với VestaCP
Trong quá trình làm việc, do tính chất công việc nên mình đã tiếp xúc kha khá các server sử…

Hướng dẫn cài đặt và cấu hình PHP Zend OPcache trên CentOS
Sử dụng APC hoặc APCu từ lâu đã là một phương pháp opcode cache được sử dụng rộng rãi để…

How to change VestaCP port and add firewall rules
Here is a simple all in one command solution that will do it for you from terminal sed -i ‘s/8083;/2083;/’…
Xử lý lỗi “read-only file system” trên Linux
Để đây viết bài chi tiết sau 🙂 mount -o remount,rw /dev/sda1 /

Get the official VestaCP File Manager plugin for free, forever
The VestaCP File Manager was inspired by the magnificent GNU Midnight Commander, so it shouldn’t be a surprise when the main…

How to Fix “Specify a Vary: Accept-Encoding Header” Warning
Are you seeing the “Specify a Vary: Accept-Encoding Header” warning in Pingdom, GTmetrix, or Google PageSpeed Insights on your WordPress site? This is an…

X-XSS Protection in VestaCP
Edit /etc/nginx/conf.d/nginx.conf Add add_header X-Frame-Options SAMEORIGIN; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection “1; mode=block”; Save and reload nginx service nginx…

Upgrade Mariadb 5.5 to Mariadb 10.2 on Centos 7 VestaCP
In this tutorial we’ll upgrade/install to Mariadb 10.2 on Centos 7 running Vesta CP, by default vesta cp will install…