Khi mới mua một con VPS từ các nhà cung cấp cho riêng bản thân vọc vạch tự cài các module, webserver đến PHP, MySQL để website có thể hoạt động được. Bỏ qua các điều trên vì khi các bạn tìm đến bài này thì các bước trên đã pass hết! Nên mình sẽ không đề cập đến.
Từ phiên bản 1.57 directadmin bắt đầu hỗ trợ openlitespeed. Nếu các bạn đang sử dụng directadmin, có thể chuyển đổi sang openlitespeed bằng cách sau:
Bước 1: Kết nối VPS/Server qua SSH.
Các bạn truy cập bằng tài khoản root.
Bước 2: Lần lượt chạy các lệnh sau:
cd /usr/local/directadmin/custombuild ./build update ./build set webserver openlitespeed ./build set php1_mode lsphp ./build set php2_mode lsphp ./build set php3_mode lsphp ./build set php4_mode lsphp ./build openlitespeed ./build php n ./build rewrite_confs
Bước 3: Tận hưởng kết quả
Từ giờ chúng ta có thể sử dụng plugin litespeed cache để tối ưu tốc độ website, tối ưu tốt mà đơn giản
Note: Tuy OpenLiteSpeed chạy nhanh, nhưng nó không tự nhận file htaccess được, nên sẽ sinh ra lỗi 404.
Directadmin đã đưa ra phương pháp để khắc phục. Nó là 1 cronjob. Để add cronjob này, bạn vào SSH và chạy lệnh sau:
echo '*/3 * * * * root if ! find /home/*/domains/*/*_html/ -maxdepth 2 -type f -newer /usr/local/lsws/cgid -name ".htaccess" -exec false {} +; then /usr/local/lsws/bin/lswsctrl restart; fi' > /etc/cron.d/openlitespeed_htaccess_scan
Cách gỡ bỏ OpenLiteSpeed khi không cần sử dụng
Để gỡ bỏ OpenLiteSpeed, các bạn chỉ cần cài webserver mới là được. Ví dụ bạn cần quay về chế độ nginx proxy apache, bạn hãy chạy các lệnh thực hiện như sau:
cd /usr/local/directadmin/custombuild ./build set webserver nginx_apache ./build set php1_mode php-fpm ./build set php2_mode php-fpm ./build set php3_mode php-fpm ./build set php4_mode php-fpm ./build nginx_apache ./build php n ./build rewrite_confs
Xong ngồi tận hưởng thành quả thôi. Chúc các bạn thành công!
Warning: Undefined variable $current_user in /www/wwwroot/binhduongweb.vn/wp-content/themes/flatsome-child/functions.php on line 173
Warning: Attempt to read property "nickname" on null in /www/wwwroot/binhduongweb.vn/wp-content/themes/flatsome-child/functions.php on line 173
! Bạn thấy nội dung này thế nào?