Nginx + Tomcat + Https Server Load balancer configuration, nginxtomcat
As needed, we had to build an nginx + tomcat + https server. I searched for the web and found that there was always a mistake. Now I have sorted out some useful ones and I have forgotten them.
Environment: Centos6.5, JDK1.8, Tomcat8, Nginx1.10.1Preparation materials:1.jdk1.8installation package jdk-8u102-linux-x64.tar.gz
2.tomcat8install
Ngigx + Tomcat configure static/dynamic separation, Server Load balancer, and ngigxtomcat
Since the company used Ngnix, I felt a little curious about Nginx, So I studied it.
My version used in windows is nginx-1.8.1:
1. Start Ngnix
Double-click nginx-1.8.1. nginx.exe in the folder. If two nginx processes exist in the task manager, the startup is successful!
2. Common Ngnix commands
Forced nginx-s stop Shutd
Analysis of Nginx Server Load balancer application cases
Lab environment 11. test hardware preparationThree virtual machines, two for load balancing, and one for RS
2. test software preparationSystem: Red Hat6.4 x86_64Software: nginx-1.8.1.tar.gz3. Install the basic environment package (some systems already have it) before installation)Yum install opensslYum inst
Logs_path= "/data/logs/"#将日志改名Mkdir-p ${logs_path}${date-d "Yesterday" + "%Y"}/${date-d "Yesterday" + "%m"}/MV ${logs_path}access.log ${logs_path}${date-d "Yesterday" + "%Y"}/${date-d "Yesterday" + "%m"}/access_${date-d "yester Day "+"%y%m%d "}.log#重启Nginx服务, regenerate the Access.log fileService Nginx Reload#创建计划任务#crontab-|* * * */bin/bash/data/logs.shLoad BalancingUpstream My_server_pool {}Copies the specified input file into the specified output file, and can be converted to a format during
A website uses nginx for load balancing and multiple nginx servers at the backend.
Encountered a problem, when it is used as SSL support, the front-end nginx is distributed to the back-end nginx and becomes an HTTP form (in this way, the backend PHP cannot be judged by $ _ server [HTTPS] = "on, but the backend must also know this parameter). If you change to https, you also need multiple certificates.
There
detecting the Nginx process ID and then using the KILL command to force the kill process.Query Nginx Process:PS Aux|grep Nginx8.2.6 Restart Service:1. Stop and restart (recommended):Restarting the nginx is equivalent to stopping and starting the Stop command before executing the start command. As follows:./nginx-s quit./nginx2. Reload the configuration file:When the configuration file of Ngin x nginx.conf Modified, for the configuration to take effect need to restart Nginx, use-s reload do not
realserver 1 ", the webpage information provided by 192.168.24.45 is "welcome realserver 2" # ipvsadm-A-t 172.16.100.24: 80-s rr # ipvsadm-a-t 172.16.100.24: 80-r 192.168.24.44-m # ipvsadm-a-t 172.16.100.24: 80-r 192.168.24.45-m # ipvsadm-L-n -- view the defined rules. These rules are temporary rules, it will not take effect permanently. To save the rule permanently, run the following command: # service ipvsadm save 5. access 172.16.100.24 in the Internet Explorer, as shown in:
If you access 17
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.