nginx

  • 网络服务器;代理服务器;负载均衡;反向代理
nginxnginx
  1. Using Nginx to Implement Web Load Distribution Based on URI

    利用Nginx实现基于URI的Web负载分配

  2. Nginx is the web server of choice for many virtual environments .

    Nginx是许多虚拟环境的首选Web服务器。

  3. Each Nginx process is actively dealing with only one connection at a time .

    每一个Nginx的进程只会在一个时候处理一个连接。

  4. With the configuration in place , service nginx start starts the web server .

    这个配置准备好后,使用servicenginxstart来启动Web服务器。

  5. The Passenger application server port to nginx was another project we sponsored .

    将Passenger应用服务器移植到nginx这个项目也是我们赞助的。

  6. This completes the process of setting up and testing your nginx proxy service .

    设置并测试您的nginx代理服务的过程到此结束。

  7. It is very common to see asynchronous web frameworks use nginx as their web server .

    异步Web框架使用nginx作为其Web服务器是十分常见的情况。

  8. Added / merged god , nginx , thin , and maintenance tasks

    增加/合并的god、nginx、thin及维护任务

  9. The optimization strategy is implemented on Nginx .

    优化策略在使用最为广泛的Nginx服务器的基础上进行了实现。

  10. You need a compatible script to manage the nginx server , so install the nginx resource agent .

    您需要一个兼容脚本来管理nginx服务器,因此应安装nginx资源代理。

  11. The crm_mon command showed you which node is runing nginx .

    crmmon命令显示哪个节点正在运行nginx。

  12. Linux also provides a built-in kernel-level load balancer which can be used and made highly available in place of nginx .

    Linux还提供一个内置的内核级负载平衡器,可以使用它替代nginx并使其高度可用。

  13. Running perhaps nginx , mongrel , and mysql for starters .

    为入门用户运行例如nginx、mongrel和MySQL这样的工具。

  14. As a result , you can use fast and slim web servers like Nginx to host it instead of servers like Apache .

    这样的结果是可以使用快而瘦的web服务器,比如Nginx来托管它而不是像Apache这样的服务器。

  15. Install nginx ( similar to this )

    安装nginx(与此类似)

  16. The front-end Web server , nginx , proxies requests to multiple mongrel instances or serves static files itself .

    前端Web服务器、nginx、请求多个混合实例的代理或服务器静态文件本身。

  17. The proxies are running nginx .

    代理正在运行nginx。

  18. Behind the load-balancer , Nginx is used as a reverse-proxy server onto the web-servers .

    HAProxy作为前端负载均衡服务器,反向代理服务器是Nginx,Nginx后面则是Pylons(Pylons+Paste),承担动态Web请求。

  19. For instance , Nginx ( Quora uses this for proxying requests ) is a single-threaded event-based application and uses very little memory for each connection .

    Nginx是一个单线程的事件驱动的小型服务器,每一个链接只花非常小的内存。

  20. Finally , in terms of the actual web server itself , there is nginx , that , unlike Apache , doesn 't use threads but instead uses an event-driven ( asynchronous ) architecture to handle requests .

    最后谈到真正的Web服务器本身,与Apache不同,nginx不使用线程,而是使用一种事件驱动的(异步)架构来处理请求。

  21. This paper takes the high-performance Nginx as proxy server , and takes the Varnish cluster as a cache server . In addition to the traditional static and dynamic separation technology , the NAT back to the source model is given .

    本文提出以高性能的Nginx为代理服务器,Varnish集群作为缓存服务器,除了动静分离等传统CDN技术外,给出NAT回源模型。