Nginx




8
It was last week when my virtual host service ended. Instead of continue with the virtual host, I decided to upgrade and migrate my blog to a VPS. Here are the major steps you need to do to start a VPS hosting. ——————————————————– LNMP ——————————————————– 1. Installing LNMP to your […]

Migrated my blog to a VPS



Download, build and install CD to build directory (home) cd /usr/build Download & unpack latest nginx-rtmp (you can also use http) git clone git://github.com/arut/nginx-rtmp-module.git Download & unpack nginx (you can also use svn) wget http://nginx.org/download/nginx-1.2.4.tar.gz tar xzf nginx-1.2.4.tar.gz cd nginx-1.2.4 Build nginx with nginx-rtmp ./configure --add-module=/usr/build/nginx-rtmp-module make make install For […]

Getting started with nginx rtmp



2
之前已经发过一次测试版服务器的安装记录,为我在本机安装的虚拟机的操作过程,之后为了应对正式版的服务器,我重新装了一次虚拟机,并且重新将每一步的操作记录明细。一者,为了方便我日后翻查记录,二者,接手工作的人,也可以有一个基本记录可参照。 文本内容主要包含执行过的命令,项目的配置文件在此http://rg4.net/archives/667.html,增加了sshd和dropbox的配置,系统为CentOS 6.2。

正式版SVN服务器安装记录



缘起 nginx由于出色的性能,在世界范围内受到了越来越多人的关注,在淘宝内部它更是被广泛的使用,众多的开发以及运维同学都迫切的想要 了解nginx模块的开发以及它的内部原理,但是国内却没有一本关于这方面的书,源于此我们决定自己来写一本。本书的作者为淘宝核心系统服务器平台组的成 员,本书写作的思路是从模块开发逐渐过渡到nginx原理剖析。书籍的内容会定期在这里更新,欢迎大家提出宝贵意见,不管是本书的内容问题,还是字词错 误,都欢迎大家提交issue(章节标题的左侧有评注按钮),我们会及时的跟进。 taobao / nginx-book Watch587 Fork214 Nginx开发从入门到精通 — More… Issues #72 nginx平台初探(30%)¶ ngx_str_t str = ngx_string(“hello world”);ngx_str_t str1 = ngx_null_string(); by qinguan  2013-04-14 #68 背景介绍¶ 使用简介¶ by wbshuang09  2013-04-12 #67 背景介绍¶ nginx历史¶ by angerdevil  2013-04-11 #66 Nginx开发从入门到精通¶ Nginx开发从入门到精通¶ by OpenGG  2013-04-11 #64 nginx平台初探(30%)¶ 请求的处理流程¶ by ZRJ  2013-04-11 master分支代码最近更新:2013-04-14 下载zip 版权申明 本书的著作权归作者淘宝核心系统服务器平台组成员所有。你可以: […]

Nginx开发从入门到精通