Nginx开启ngx_pagespeed模块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx开启ngx_pagespeed模块相关的知识,希望对你有一定的参考价值。

1: wget https://github.com/pagespeed/ngx_pagespeed/archive/v1.12.34.2-beta.zip
2: wget https://dl.google.com/dl/page-speed/psol/1.12.34.2-x64.tar.gz ,将这个包解压到上面那个压缩包中
3:查看原本nginx的编译参数,给最后面加上--add-module=incubator-pagespeed-ngx-1.12.34.2-beta
4:重新configure,make
5:如果是centos6的服务器可能会出现这个错误
module ngx_pagespeed requires the pagespeed optimization library
但是明明已经把psol 解压进去了,还会出现这个问题。

解决方法:
cd /etc/yum.repos.d && wget http://people.centos.org/tru/devtools-2/devtools-2.repo
yum -y install devtoolset-2-gcc devtoolset-2-binutils devtoolset-2-gcc-c++
给configure后加上gcc路径,./configure (中间省略) --add-module=pagespeed代码路径 --with-cc=/opt/rh/devtoolset-2/root/usr/bin/gcc

以上是关于Nginx开启ngx_pagespeed模块的主要内容,如果未能解决你的问题,请参考以下文章

ngx_pagespeed 未在 AWS ubuntu 16.04 nginx/1.17.8 上优化

sh 在Ubuntu 14.04上从源代码安装Nginx,OpenSSL和ngx_pagespeed

开启nginx加密模块ssl

nginx如果未开启SSL模块,配置https时提示错误

查看nginx在安装时开启了哪些模块

nginx常用模块