关键字:关键字fastcgi相关的文章
实战案例2 目标 实现CentOS 7 编译安装基于 fastcgi 模式的多虚拟主机的wordpress和discuz的LAMP架构 环境准备 两台主机: 一台主机:httpd+php(fa...
配置httpd 支持 fastcgi 注意:在HTTPD服务器上必须启用proxy_fcgi_module模块,才能充当php-fpm客户端 [root@centos8 ~]#dnf -y install httpd php-fpm [root@cento...