1、编译
./configure --prefix=/home/fangjian/study/code/nginx-1.4.4/nginx --add-module=/home/fangjian/study/code
make
make install...
分类:
其他好文 时间:
2014-08-21 11:33:34
阅读次数:
222
void ngx_process_events_and_timers(ngx_cycle_t *cycle) { ngx_uint_t flags; ngx_msec_t timer, delta; if (ngx_timer_resolution) { timer = NGX_TIMER_INFINITE; flags =...
分类:
其他好文 时间:
2014-08-21 00:19:13
阅读次数:
212
odeigniter(CI)是一个轻量型的PHP优秀框架,但是它是在apache服务器下开发的,在nginx下需要特别的配置才可以使用。对nginx的配置如下: 1 server { 2 listen 80 default_server; 3 listen [::]:80 defau...
分类:
其他好文 时间:
2014-08-20 22:34:23
阅读次数:
305
1.nginx 官方脚本地址:http://wiki.nginx.org/RedHatNginxInitScript 2. #!/bin/sh## nginx - this script starts and stops the nginx daemin## chkconfig: - 85 15 #...
分类:
Web程序 时间:
2014-08-20 15:49:52
阅读次数:
205
server{listen80;server_namelocalhost;#charsetkoi8-r;#access_loglogs/host.access.logmain;location/{roothtml;indexindex.htmlindex.htm;location~.*\.(php|php5)?${fastcgi_passunix:/tmp/php-cgi.sock;fastcgi_indexindex.php;includefastcgi.conf;}auth_basic"Authorize..
分类:
其他好文 时间:
2014-08-20 14:21:52
阅读次数:
238
lnmp的架构lnmp架构为:linux+nginx+mysql+php/perl/python,我们将只用linux(rhel6.5)+nginx+mysql+php构建企业web架构环境:RHEL6.5iptables-Fselinuxisdisabled注意:在搭建lnmp环境前,必须检测系统内部不能存在相关的软件:(纯净搭建)#rpm-qa|grepphp#rpm-qa|grephttpd#rpm-q..
分类:
其他好文 时间:
2014-08-20 10:39:36
阅读次数:
518
zabbix搭建好后,除了调用默认的模板,还要监控其它常用的进程,有redis,rsync,nginx,gunicorn,mysql等等都要进行监控。自定义监控的配置过程如下:1、编写进程监控脚本,获取监控项的具体值2、在zabbix_agentd.conf文件中定义UserParameter3、在界面配置item,通过键值来控制传..
分类:
其他好文 时间:
2014-08-20 02:46:16
阅读次数:
418
前言:本文是我撰写的关于搭建“Nginx + PHP(FastCGI)”Web服务器的第6篇文章。本系列文章作为国内最早详细介绍 Nginx + PHP 安装、配置、使用的资料之一,为推动 Nginx 在国内的发展产生了积极的作用。本文可能不断更新小版本,请记住原文链接“http://blog.zy...
分类:
Web程序 时间:
2014-08-20 01:19:06
阅读次数:
408
http://lnmp.org/faq/lnmp-software-list.html
LNMP一键安装包除去安装所必须的依赖包,还会默认安装以下软件: Nginx、MySQL/MariaDB、PHP、phpMyAdmin、Zend Optimizer/Zend GuardLoader...
分类:
其他好文 时间:
2014-08-19 23:58:45
阅读次数:
562
一、安装准备1.1平台环境:CentOS 5.4 x86_64 GNU/Linuxnginx-0.8.21php-5.2.9spawn-fcgi-1.6.3mysql-5.1.34.2系统安装及分区:1.2.1操作系统安装: 安装过程中选择最少的包,采用文本模式安装,不安装图形。1.2.3系统分区:...
分类:
数据库 时间:
2014-08-19 23:51:35
阅读次数:
487