文章分类 -  web nginx php

在OSX上: 使用brew安装nginx 后,在通过编译安装第三方模块
摘要:原文地址:https://blog.chionlab.moe/2016/02/02/compile-nginx-on-osx/ 在OSX上编译安装nginx 在OSX上,一般情况下,使用brew安装nginx,再链接一个plist到/Library/LaunchDaemons即可。但是有时候brew 阅读全文

posted @ 2016-05-09 11:05 ZhYQ_note 阅读(1007) 评论(0) 推荐(0)

Nginx启动报错: could not open error log file: open() & bind() to 0.0.0.0:80 failed (13: Permission denied)
摘要:原文地址:http://blog.sina.com.cn/s/blog_699c5ba10102uzng.html 启动nginx报如下错误: nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/er 阅读全文

posted @ 2016-05-09 11:03 ZhYQ_note 阅读(4178) 评论(0) 推荐(0)

nginx 命令脚本
摘要:参考: https://www.leocode.net/article/index/3.html 阅读全文

posted @ 2016-05-06 16:13 ZhYQ_note 阅读(163) 评论(0) 推荐(0)

php-fpm的配置和优化
摘要:原文地址:https://www.zybuluo.com/phper/note/89081 我在前面几篇中,很详细的讲述了php-fpm的各种介绍,和安装。今天来看一下它的配置文件php-fpm的各种配置以及一些常见的优化。 php-fpm的安装目录 下面是我的平时的环境搭建php的各种安装目录,大 阅读全文

posted @ 2016-05-06 12:54 ZhYQ_note 阅读(111) 评论(0) 推荐(0)

nginx内置预定义变量
摘要:原文地址:http://my.oschina.net/kittyMan/blog/359304 nginx的配置文件中可以使用的内置变量以美元符$开始,也有人叫全局变量。其中,部分预定义的变量的值是可以改变的。 $arg_PARAMETER 这个变量值为:GET请求中变量名PARAMETER参数的值 阅读全文

posted @ 2016-05-06 12:37 ZhYQ_note 阅读(126) 评论(0) 推荐(0)

Mysql命令行添加用户
摘要:原文地址:http://my.oschina.net/u/1179414/blog/202377 创建用户: 命令: ? 1 CREATE USER 'username'@'host' IDENTIFIED BY 'password'; ? 1 CREATE USER 'username'@'hos 阅读全文

posted @ 2016-05-06 11:59 ZhYQ_note 阅读(118) 评论(0) 推荐(0)

nginx常用命令
摘要:原文地址:http://my.oschina.net/psuyun/blog/113694?fromerr=q9h2SKoq 1、查看nginx进程 ps -ef|grep nginx 说明:nginx的进程由主进程和工作进程组成。 2、启动nginx nginx 启动结果显示nginx的主线程和工 阅读全文

posted @ 2016-05-06 10:30 ZhYQ_note 阅读(98) 评论(0) 推荐(0)

(总结)Nginx配置文件nginx.conf中文详解
摘要:原文地址:http://www.ha97.com/5194.html PS:Nginx使用有两三年了,现在经常碰到有新用户问一些很基本的问题,我也没时间一一回答,今天下午花了点时间,结合自己的使用经验,把Nginx的主要配置参数说明分享一下,也参考了一些网络的内容,这篇是目前最完整的Nginx配置参 阅读全文

posted @ 2016-05-05 20:21 ZhYQ_note 阅读(95) 评论(0) 推荐(0)

Mac 下 Nginx、MySQL、PHP-FPM 的安装配置
摘要:1、 Mac 下 Nginx、MySQL、PHP-FPM 的安装配置 2、 MAC OSX 10.11 El Capitan 安装配置Nginx+PHP+Mysql环境 3、 Mac OS下搭建MNMP (Nginx + Php + Mysql )基础开发环境 阅读全文

posted @ 2016-05-03 15:13 ZhYQ_note 阅读(102) 评论(0) 推荐(0)

导航