Nginx pen questions!

 

 

1 , Nginx HTTP and TCP to achieve load balancing module?

http、server

2 , Nginx module classification of common core modules and what?

HTTP modules、server、location

3 , Nginx load balancing algorithms and common principles of what?

ngx memcached

4 , Nginx load balancing clusters main configuration parameters to be what?

 

5 , Nginx commonly used in server load balancing configuration parameters of what?

6 , Nginx load balancing to achieve health check nodes through which parameters?

7 , instructions Nginx load balancing what?

8 , Nginx how TCP four-forwarding module is used?

9 , the Apache Tomcat implementations of load balancing?

10 , description DDOS, CC, reptiles and other means of attack, describing how Nginx for protection?

11 , described Apache, Nginx, Lighttpd, IIS WEB server and other features?

12 , describing the characteristics of WEB server and select epoll model?

13 , describing the service control signal Nginx What? Description Nginx server startup ideas to write the script?

14 , Nginx described in worker_processes, worker_cpu_affinity, worker_rlimit_nofile, worker_connections configuration items meaning?

15 , describes the meaning of Nginx in $ remote_addr, $ status, $ http_refererand other variables?

16 , how to view the user's access status Nginx?

17 , described Nginx supports two ways to resolve the PHP page?

18 , describing Nginx call FPM, optimized configuration item What?
proxy_pass angle:
FPM angle:
PHP point of view:

19 , what is the forward proxy? What is a reverse proxy?

20 , description and comparison LAMP LNMP of?

21 , describes a common way Nginx optimization (10 kinds)

22 , describes how to separate page Nginx end PC and mobile terminal access?

23 , described Nginx implementation process smooth upgrade?

Nginx first upload a new version of the package, re-use nginx -V command to view the current version information, then kill nginx process, and finally extract the new
version of nginx package to / usr / local / nginx and down into the pre-configured here can not be compiled . Then move / usr / local / nginx / sbin / nginx and renamed nginx.old, final copy objs / nginx to under / usr / local / nginx / sbin , start nginx -t to make a new version of the old version is loaded
Finally, the ps command filter nginx out and kill the old main course, and finally last start using nginx nginx -V check the version number, upgrade

24 , described Nginx realize the idea to write the script logs cut?

25 , described Nginx security chain to achieve the realization of the idea?

26 , how to view the CPU type, number of cores, the number of threads?

27 , Nginx Web site to achieve static and dynamic configuration roadmap separation?

28 , Nginx LOCATION matching rule matching methods and priorities?

29 , Nginx production environment location match the actual configuration suggestions?

30 , Nginx Rewrite syntax and flags What?

31 , what is 301, what is 302?

32 , www.360buy.com achieve all access to the rewrite to rewrite by www.jd.com

Guess you like

Origin www.cnblogs.com/cxm123123form/p/11599801.html