nginx的点点

Posted 小東阁下

tags:

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

说是在新的服务器上面配置nginx,我就直接从其他服务器上面复制过去的,并不是自己安装的,结果报错

进入nginx安装目录sbin下,输入命令./nginx -t

报错:./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

解决办法:原来是libpcre.so.1依赖文件没有,在lib64下面没有libpcre.so.1这个文件,在网络上面也可以自己下载,我是直接从原来的里面复制过来的

然后就成功了

[root@localhost sbin]# ./nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful

 

在后面启动的时候还是报错啊  what the fuck--------

[root@localhost sbin]# ./nginx -s reload
nginx: [error] invalid PID number "" in "/data/logs/nginx.pid"

然后输入了 下   /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

重新启动

 

以上是关于nginx的点点的主要内容,如果未能解决你的问题,请参考以下文章

实战:使用 Nginx 限流

nginx日志切分

5 分钟学会 Nginx 负载均衡

5 分钟学会 Nginx 负载均衡

实战5 分钟学会 Nginx 负载均衡

14-10 Docker之Nginx安装