1.如果在安装过程中出现以下错误 需要安装pcre库 

nginx 学习笔记【持续更新...】

解决方案:yum install pcre

2.如果nginx启动提示端口被占用,则停止该端口的服务再启动nginx,一般为httpd服务

nginx 学习笔记【持续更新...】

解决方案:service httpd stop

3.nginx下php编译

./configure  --prefix=/usr/local/fastphp \
--with-mysql=mysqlnd \
--enable-mysqlnd \
--with-gd \
--enable-gd-native-ttf \
--enable-gd-jis-conv
--enable-fpm

  

相关文章:

  • 2021-09-01
  • 2021-04-27
  • 2021-05-01
  • 2022-02-03
  • 2021-06-03
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-08-08
  • 2022-01-14
  • 2021-08-11
  • 2021-07-08
  • 2021-10-11
相关资源
相似解决方案