-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version tengine-2.3.1 #1318
Comments
@johnripperdec The |
@wangfakang Tengine brought her own health check,and I changed to version Tengine 2.2.3,it is worked. And i create a test pc to test this problem, it is still have the same problem. so I think this problem is just have in version 2.3.1. And it is not include the nginx_upstream_check_module. i will still to test. |
@johnripperdec After tengine-2.3.0 version put all Tengine's modules to the modules directory. Use |
@wangfakang thank you very much. |
Ⅰ. Issue Description
Upstream health checks are not supported in this release Version tengine-2.3.1
Ⅱ. Describe what happened
can not found config "check_status"
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
my one of conf file like this:
cat vhost/zabbix.conf
upstream zabbix1 {
#server 10.10.24.19:8081 weight=3 max_fails=2 fail_timeout=5s;
server 10.10.24.19:8081 ;
check interval=3000 rise=2 fall=5 timeout=5000;
server {
listen 80;
server_name zabbix.bol110.bo;
location = / {
rewrite ^(.*)$ $scheme://zabbix.bol110.bo/zabbix/$1 permanent;
proxy_pass http://zabbix1;
location / {
proxy_pass http://zabbix1;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504 http_403 http_404;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_headers_hash_max_size 51200;
proxy_headers_hash_bucket_size 6400;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
sbin/nginx -V
): Version tengine-2.3.1uname -a
):Linux LA-JCJ-NGINX1-RED-10-10-22-4 2.6.32-358.el6.x86_64 fixed bugs of the limit_req module #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: