1.选择nginx的理由(1)支持高并发;(官方5w并发,实测3w并发,因为采用epoll网络IO模型)(2)内存消耗少;(nginx+php-fcgi在3w并发下开启10个nginx进程,消耗150mb内存,64个nginx进程消耗内存1280mb)(3)成本低廉;(开源免费,可用于商业,相对硬件f5成本低)(4)节省带宽;(5)稳定高;(6)内置健康检查功能;(7)支持反向代理;(8)支持负载
分类:
其他好文 时间:
2020-11-18 13:12:21
阅读次数:
9
1. 介绍 由于CGI解释器的反复加载会使CGI性能低下,FastCGI可以将CGI解释器保持在内存中, 提高性能相关地址:https://fastcgi-archives.github.io 2. Fastcgi特点: 性能 简单,容易移植 语言无关 进程隔离 通用性,主流WebServer都支持 ...
分类:
其他好文 时间:
2020-10-13 17:51:24
阅读次数:
42
php-fpmTCP通信改为unitsocket通信touch/var/run/php-fcgi.sockchmod777/var/run/php-fcgi.sockchownnginx./var/run/php-fcgi.sock修改www.conflisten=/var/run/php-fcgi.socklisten.owner=nginxlisten.group=nginxlisten.mo
分类:
Web程序 时间:
2020-09-17 18:58:30
阅读次数:
43
<a href=“https://c.y.qq.com/base/fcgi-bin/u?__=sfUhjhx”> Shayne Ward《Until You》 https://c.y.qq.com/base/fcgi-bin/u?__=sfUhjhx @QQ音乐 </a> 何:什么, 者:名词后缀, ...
分类:
其他好文 时间:
2020-05-28 23:57:20
阅读次数:
127
在centos的服务器上,没有启动php-fcgi。 本来是想设置显示一个静态文件目录的,用不着php,于是就关闭了php-fcgi。 结果打开爆了一个大大的nginx502 bad gateway的错误提示 但是nignx的配置文件里面没有删除php的内容,删除掉php的配置。 放一个静态html ...
分类:
Web程序 时间:
2020-03-12 23:30:08
阅读次数:
78
PHP引擎php.ini参数优化 无论是apache还是nginx,php.ini都是适合的。而php-fpm.conf适合nginx+fcgi的配置首先选择产品环境的php.ini(php.ini-production)/home/oldboy/tools/php-5.3.27/php.ini-d ...
分类:
Web程序 时间:
2020-02-28 10:29:44
阅读次数:
71
#bs4的使用 import re import requests from urllib import error from bs4 import BeautifulSoup import os url = 'https://c.y.qq.com/soso/fcgi-bin/client_sear ...
分类:
其他好文 时间:
2020-01-11 20:09:27
阅读次数:
79
博文结构安装apache工作模式一.编译安装apache2.4.23新版本的httpd-2.4新增以下特性;新增模块;mod_proxy_fcgi(可提供fcgi代理)mod_ratelimit(限制用户带宽)mod_request(请求模块,对请求做过滤)mod_remoteip(匹配客户端的IP地址)对于基于IP的访问控制做了修改,不再支持allow,deny,order机制,而是统一使用re
分类:
Web程序 时间:
2019-12-17 20:48:13
阅读次数:
125
基于源码编译FCGI的模式的LAMP的wordpress和discuz!的多虚拟主机1、准备环境:一台主机apache,fgci服务器,一台主机MySQLserver软件版本:mariadb-10.2.23-linux-x86_64.tar.gzapr-1.7.0.tar.gzapr-util-1.6.1.tar.gzhttpd-2.4.39.tar.bz2php-7.3.5.tar.bz2wor
分类:
其他好文 时间:
2019-05-16 09:41:25
阅读次数:
160
# Destoon B2B Rewrite Rules ErrorDocument 404 /404.php RewriteEngine On RewriteBase / RewriteRule ^(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)$ ...
分类:
Web程序 时间:
2018-11-20 17:40:20
阅读次数:
169