碰到问题: 移动用户访问web服务器 www.osyunwei.com 很慢 解决办法: 1、在移动机房放置一台nginx反向代理服务器 2、通过域名DNS智能解析,所有移动用户访问 www.osyunwei.com 时解析到nginx反向代理服务器 3、nginx反向代理服务器与web服务器之间采用专线...
一、屏幕控制原理 VNC是把被控制端的屏幕做成图像,经过压缩后传送到控制端,控制端的控制信息(如鼠标信息)传送到被控制端后进入消息队列。 客户端 X服务器 应用程序 vnc viewer-----------------------Xvnc(vnc server)------------------------applicati...
最近在学习iptables时 被 -F 和 -X 搞迷糊了,从网上搜了一下明白了 test: 1、iptables 初始化 2、iptables -X (第一次) 错误原因是自定义链表(test)不为空 3、iptables -F 4、iptables -X ok,实验结束 实验报告: -F 是清空指定某个 chains 内所有的...
Centos 7 安装 pptp vpn 1、检查系统内核是否支持MPPE modprobe ppp-compress-18 echo OK 显示OK说明系统支持MPPE 2、检查系统是否开启TUN/TAP支持 cat /dev/net/tun cat: /dev/net/tun: 文件描述符处于错误状态 如果这条指令显示结果为下面的文本,则表明通...
原文地址: http://devzone.zend.com/1812/using-apc-with-php/ 注:打红色的地方是拿不准的地方,读者有懂的可以随便赐教 Cache Cow 缓存牛(原文Cache Cow,醉了,第一个词就不知道几个意思,只能直译了) If youve been around PHP for a while, youve pr...
原文地址: http://nginx.com/resources/admin-guide/caching/ Nginx content cache Nginx内容缓存 This chapter describes how to enable and configure caching responses received from proxied servers. When caching is enabled NGINX saves responses...
原文地址: http://nginx.com/resources/admin-guide/web-server/ NGINX Web Server Nginx web 服务器 This section describes: the most common configuration of a web server how to set up virtual servers and define locations for request processing...
原文地址: http://nginx.com/resources/admin-guide/load-balancer/ Nginx Load Balancing nginx 负载均衡 This section describes how to use NGINX and NGINX Plus as aload balancer. 本章将讨论如何使用Nginx和Nginx加做负载均衡 器 。 In This Section...
Serving Static Content 提供静态内容 原文地址: http://nginx.com/resources/admin-guide/serving-static-content/ This section describes how to serve static content, how to use different ways of setting up the paths to look for files, and how...
原文地址: http://nginx.com/resources/admin-guide/processes-and-runtime-control/ Processes and Runtime Control 进程和实时控制 This section describes the processes NGINX starts at run time and how to control them. 本文讨论Nginx开始运行时的...