在修改了Nginx配置文件(nginx.conf)后,使用“nginx-sreload”这个命令重新加载配置以使配置生效。这时有可能遇到nginx-sreload这个命令不能正常执行的情况,此时会给予提示未找到nginx.pid。解决办法:1.执行nginx命令;2.执行nginx-sreload命令。如果问题还不能解决,尝试..
分类:
其他好文 时间:
2017-04-28 12:10:24
阅读次数:
166
1.添加Nginx到YUM源 添加CentOS 7 Nginx yum资源库,打开终端,使用以下命令: sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noar ...
分类:
其他好文 时间:
2017-04-17 12:28:10
阅读次数:
135
下载nginx-1.10.3.tar.gz,php-7.0.9.tar.gz。也可以去nginx官网,php官网下载想要的版本。我选择nginx1.10.3稳定版和php7.0.9最新版。php源码包下载速度可能会很慢,建议使用迅雷等工具,下载完成后通过stfp工具把源码包上传到服务器上,为方便测试,我直接放置在root家目录下..
分类:
Web程序 时间:
2017-04-04 01:16:51
阅读次数:
225
centos7使用systemd代替之前的systemv的启动脚本,可以说更简单。不再需要编写一长段脚本。复制以下内容到/usr/lib/systemd/system/nginx.service[Unit]
Description=nginx-highperformancewebserver
Documentation=http://nginx.org/en/docs/
After=network.targetremote-fs.t..
分类:
其他好文 时间:
2017-02-17 01:07:43
阅读次数:
464
以下内容为笔者生产环境的监控,安装都是经过一步步测试的 环境:LAMP :CentOS 6.8 、Apache 2.4、 Mysql 5.6 、 PHP 5.6.22 LNMP: CentOS 6.8 、Nginx 1.10、 Mysql 5.6 、 PHP 5.6.22 软件:Nagios4.1. ...
分类:
移动开发 时间:
2016-12-22 19:51:40
阅读次数:
248
今天配置Server_name时,希望禁用一些域名,应为这些域名我想让通过另外一个Server配置 server_name "~^((\w*[^w]{1}\w*)|w{1,2})\.hello\.com$"; 就是不允许www.hello.com访问这个配置 但是一直提示Starting nginx ...
分类:
其他好文 时间:
2016-12-11 15:01:41
阅读次数:
285
原创辛苦,谢绝转载! 虚拟机说明搭建这个虚拟机是为了验证Asp.net Core程序在CentOs操作系统上可以运行的。#软件环境版本枚举OS:CentOS Linux release 7.2.1511 (Core) OS Kernel:Linux version 3.10.0-327.36.3.e ...
分类:
Web程序 时间:
2016-11-30 23:12:44
阅读次数:
279
在VPS上安装nginx PHP配置,以供有些时候无聊使用。 ...
分类:
Web程序 时间:
2016-11-26 14:16:02
阅读次数:
133
nginx不像java解压配置就行,nginx需要编译运行才能安装好,可以参考以下步骤cd/homemkdirservicemkdirlogmkdirconfmkdirwwwmkdir-p/home/conf/nginxmkdir-p/home/conf/redismkdir-p/home/conf/tomcatmkdir-p/home/log/nginxmkdir-p/home/log/redismkdir-p/home/log/tomcat#以..
分类:
其他好文 时间:
2016-11-24 16:14:24
阅读次数:
238
近期准备使用Nginx,就着手研究一下在CentOS7上来源码安装Nginx。话不多说(主要是怕忘了呵呵)开始正题。#uname-r
3.10.0-327.el7.x86_64
#./configure--prefix=/usr/local/nginx安装前还是在网上稍微搜集了一些信息,我的CentOS安装在虚拟机上,安装的时候选择的是最小安装,..
分类:
其他好文 时间:
2016-11-11 20:52:13
阅读次数:
140