先安装nginx的yum源http://nginx.org/en/linux_packages.html#stable找到链接,安装:rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el...
分类:
其他好文 时间:
2014-06-24 09:20:04
阅读次数:
168
【教程主题】:Nginx+php【课程录制】:创E【主要内容】【1】编译PHP初始环境:为了省事把所需要的库文件全都安装上,可以使用rpm包安装,也可以用yum命令安装,yum-yinstallgccgcc-c++autoconflibjpeglibjpeg-devellibpnglibpng-de...
分类:
Web程序 时间:
2014-06-23 07:05:28
阅读次数:
343
【教程主题】:Nginx优化【课程录制】:创E【主要内容】Nginx优化nginx介绍Nginx是俄罗斯人编写的十分轻量级的HTTP服务器,Nginx,它的发音为“engineX”,是一个高性能的HTTP和反向代理服务器,同时也是一个IMAP/POP3/SMTP代理服务器.Nginx是由俄罗斯人Ig...
分类:
其他好文 时间:
2014-06-23 06:23:02
阅读次数:
349
nginx+php的配置php与nginx整合http://www.thinkphp.cn/topic/13082.html【入门篇】Nginx + FastCGI 程序(C/C++) 搭建高性能web service的Demo及部署发布fastcgi和php-fpmphp作为模块(sapi)或cg...
分类:
其他好文 时间:
2014-06-22 23:33:21
阅读次数:
593
近日,因为某些原因,大家在使用Android SDK升级的时候,出现了访问Failed to fetch
URL http://dl-ssl.google.com/android/repository/addons_list-1.xml 的情况。按照我之前给大家提供的方案:详细 已经没办法继续使用了,这个时候,别慌。
其实当你看到这篇文章的时候,https://www.google.com....
分类:
移动开发 时间:
2014-06-22 22:15:40
阅读次数:
44057
作为一个web服务器,那么肯定是有监听套接字的,这个监听套接字是用于接收HTTP请求的,这个监听套接字的创建是根据配置文件的内容来创建的,在nginx.conf文件中有多少个地址就需要创建多少个监听套接字。这里不说各个结构体的构造 只说大体情况!
1)、首先在main函数中调用了ngx_init_cycle()函数,在这个函数的最后调用了ngx_open_listening_sockets函...
分类:
其他好文 时间:
2014-06-22 16:45:32
阅读次数:
139
There are two places that SSL will need to be configured if SSL is to be used between the controller and the Open vSwtich. The instructions below assu...
分类:
其他好文 时间:
2014-06-21 15:30:08
阅读次数:
161
As an introduction this chapter is aimed at readers who are familiar with the Web, HTTP, and Apache, but are not security experts. It is not intended ...
分类:
其他好文 时间:
2014-06-21 15:08:28
阅读次数:
259
1. Introduction Mutual SSL authentication or certificate based mutual authentication refers to two parties authenticating each other through verifying...
分类:
其他好文 时间:
2014-06-21 14:38:35
阅读次数:
436
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:
Web程序 时间:
2014-06-21 14:35:59
阅读次数:
475