企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#### nginx下载页面 http://nginx.org/en/download.html](http://nginx.org/en/download.html #### 开启服务 ./sbin/nginx #### 停止服务 ./sbin/nginx -s stop #### centos升级内核 ~~~ yum install epel-release -y yum update ~~~ #### 查看可安装PHP版本 sudo yum list php\* #### 安装nginx php-fpm php 代码还是在PHP服务器上而不是nginx服务器上 #### 查找安装位置 rpm -qa|grep 文件 #### 安装nginx之前 [https://blog.csdn.net/hanwuqia0370/article/details/78151934](https://blog.csdn.net/hanwuqia0370/article/details/78151934) yum install pcre yum install pcre-devel yum install zlib yum install zlib-devel #不装opensll运行./configure时,可能会出现 "./configure: error: the HTTP cache module requires md5 functions from OpenSSL library."的错误信息 yum -y install openssl openssl-devel #### 查看状态nginx ps -ef | grep nginx #查看nginx端口