• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Cài đặt mod_pagespeed của google Tối ưu hóa VPS

Admin

Well-Known Member
Staff member
Administrator
mod_pagespeed do google phát triển riêng cho server apache , mod_pagespeed đúng như cái tên gọi của nó mình đã thử và cho kết quả tuyệt vời , giảm tải cho server đáng kể , mysql ít phải làm việc hơn rất nhiều

mod_pagespeed phiên bản mới này nó tạo cache page domain cho bạn. Do đó, việc load site bây giờ trở nên nhẹ nhàng và nhanh hơn hẳn


Cài đặt trên centos :
Code:
[COLOR=#333333][I]yum install yum-priorities[/I][/COLOR]


Code:
[COLOR=#333333][I]nano /etc/yum.repos.d/mod-pagespeed.repo[/I][/COLOR]


Chèn vào

+ CentOS 32 Bit

Code:
[mod-pagespeed]
name=mod-pagespeed
baseurl=http://dl.google.com/linux/mod-pagespeed/rpm/stable/i386
enabled=1
gpgcheck=0


+CentOS 64 bit:

Code:
[mod-pagespeed]
name=mod-pagespeed
baseurl=http://dl.google.com/linux/mod-pagespeed/rpm/stable/x86_64
enabled=1
gpgcheck=0


Chạy lệnh để cài
Code:
yum install mod-pagespeed-beta


Restart apache

Code:
service httpd restart



Hướng dẫn chi tiết hơn tại page của google
https://developers.google.com/speed/docs/mod_pagespeed/using_mod?hl=vi


chúc các bạn thành công


 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top