欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 >
  • [nginx] nginx进程和实时控制 日期:2014-12-01 02:01:36 点击:161 好评:0

    原文地址: 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开始运行时的...

  • [nginx] nginx 日志和监控 日期:2014-12-01 02:01:08 点击:125 好评:0

    原文地址: http://nginx.com/resources/admin-guide/logging-and-monitoring/ Logging and Monitoring 日志和监控 This section describes how to configure logging of errors and processed requests, as well as how to use the runtime monitoring serv...

  • [nginx] Nginx vs Apache 日期:2014-12-01 02:00:26 点击:164 好评:0

    原文地址:https://anturis.com/blog/nginx-vs-apache/ Nginx vs Apache What is the Nginx web and proxy server and how does it compare to Apache? Should you use one of these servers or both? Here we explore some answers to these questions. Ngi...

  • [nginx] Nginx 性能调优 Tuning NGINX for Performance 日期:2014-12-01 01:59:38 点击:150 好评:0

    原文地址: http://nginx.com/blog/tuning-nginx/ Tuning NGINX for Performance Nginx 性能调优 NGINX is well known as a high performanceload balancer,cacheandweb server, powering over 40% of the busiest websites in the world. Most of the defau...

  • [nginx] Nginx内容缓存 Nginx content cache 日期:2014-12-01 01:58:29 点击:53 好评:0

    原文地址: 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...

  • [nginx] Nginx web 服务器 NGINX Web Server 日期:2014-12-01 01:57:18 点击:85 好评:0

    原文地址: 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...

  • [nginx] Nginx 反向代理 NGINX Reverse Proxy 日期:2014-12-01 01:56:17 点击:120 好评:0

    原文地址: http://nginx.com/resources/admin-guide/reverse-proxy/ NGINX Reverse Proxy Nginx 反向代理 This section describes the basic configuration of a proxy server. You will learn how to: pass a request from NGINX to proxied servers over...

  • [nginx] NGINX 反向代理 日期:2014-12-01 01:45:13 点击:188 好评:0

    前言: 我想通过上一章如何测试Nginx的高性能,想必大家对于NGINX作为一个高性能的web服务器毫无异议;但是NGINX的功能绝不局限于简单的web服务器,NGINX在互联网扮演的角色也并非只是作为web服务器,其实在实际的应用场景下,NGINX更多是用来做web的反向代...

  • [环境配置] 搭建基于Linux6.3+Nginx1.2+PHP5+MySQL5.5的Web服务器全过程 日期:2014-12-01 01:43:39 点击:84 好评:0

    之前的Web服务器都是通过yum搭建的,想要添加新模块或者更新某些软件都很不方便(牵一发而动全身啊!)。所以,现在准备将环境改为源码编译安装,这样便于调整,性能上也会比yum方式好很多。以下是我的安装步骤,我的系统是CentOS6.3 64位。 注意:本文所以...

  • [nginx] CentOS 6.3下Nginx性能调优 日期:2014-12-01 01:41:55 点击:81 好评:0

    一.Nginx优化配置 1.主配置文件优化: # vi /usr/local/nginx/conf/nginx.conf ----------------------------------------- user nginx nginx; worker_processes 8; worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000; er...

  • 首页
  • 上一页
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • 356
  • 下一页
  • 末页
  • 5405398
栏目列表
推荐内容