码迷,mamicode.com
首页 >  
搜索关键字:fpm    ( 1898个结果
nginx和php-fpm调用方式
nginx和php-fpm调用方式 一.背景: 在开发中碰到一个问题,项目以nginx+php-fpm形式访问交互,结果访问项目时报错如下图: 二.分析: 提示很明确嘛,去看error.log(在nginx.conf或者vhost里头配置的,找到你对应路径即可) 错误信息如下: 1 2 3 2017 ...
分类:Web程序   时间:2018-12-12 00:18:27    阅读次数:283
zabbix4.0下zabbix-agentd安装
转:http://www.safecdn.cn/monitor/2018/12/zabbix4-0-zabbix-agentd-install/316.html 一 安装源和Zabbix的依赖包: 1 添加源 wget -q -O – http://www.atomicorp.com/install ...
分类:其他好文   时间:2018-12-11 14:39:10    阅读次数:181
linux php安装RabbitMq扩展
RabbitMQ PHP扩展安装 # 安装rabbitmq-c依赖包 yum install libtool autoconf # 安装rabbitmq-c ( 最好下载 0.5的,0.6安装可能会报错) # 版本下载:https://github.com/alanxz/rabbitmq-c/rel ...
分类:Web程序   时间:2018-12-07 18:26:50    阅读次数:288
shell 练习(08)——Nginx 502 错误检查处理
#### 1. 题目 服务器上跑的是 LNMP 环境,近期总是有502现象。502为网站访问的状态码,200正常,502错误是Nginx最普遍常见的错误状态码。由于502错误码只是暂时的,并且只要重启 php-fpm 服务则502消失,但不重启...
分类:系统相关   时间:2018-12-07 11:46:50    阅读次数:163
httpd 2.4连接php-fpm
第一种方法(SetHandler) 追加到/etc/httpd/conf/httpd.conf最后 第二种方法(ProxyPassMatch) 虚拟主机内配置 第三种方法(ProxyPass) 虚拟主机内配置 本文参考了:http://www.taoluyuan.com/index.php/arch ...
分类:Web程序   时间:2018-12-06 14:43:04    阅读次数:247
Linux中LAMP实现、SQL语句及FTP与Samba服务配置
1、搭建php-fpm工作方式的LAMP环境,实现wordpress正常访问Mysql服务的搭建[root@xiaochen~]#yum-yinstallmariadb-server.x86_64[root@xiaochen~]#cat/etc/my.cnf.d/server.cnf##ThesegroupsarereadbyMariaDBserver.#Useitforoptionsthaton
分类:数据库   时间:2018-12-05 01:57:16    阅读次数:199
php-fpm多实例运行
php-fpm多实例运行
分类:Web程序   时间:2018-12-03 11:56:12    阅读次数:191
phh7 安装redis扩展
1.安装redis服务器 下载redis服务器: wget http://download.redis.io/releases/redis-5.0.2.tar.gz 解压:tar -zxvf redis-5.0.2.tar.gz 进入目录:cd redis-5.0.2 安装: make && mak ...
分类:其他好文   时间:2018-12-03 11:13:49    阅读次数:236
Linux-php-fpm进程管理
Linux-php-fpm进程管理
分类:Web程序   时间:2018-12-03 01:07:18    阅读次数:202
Linux-php-fpm的pool
Linux-php-fpm的pool
分类:Web程序   时间:2018-12-03 00:51:16    阅读次数:256
1898条   上一页 1 ... 33 34 35 36 37 ... 190 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!