2017/02/11 01:36:49 [error] 7588#7588: check protocol http error with peer: 192.168.1.82:8200 2017/02/11 01:36:49 [error] 7588#7588: check protocol http error with peer: 192.168.1.83:8200 2017/02/11 01:36:51 [e
移除realserver的status.html即可模拟服务不可用,负载均衡器会在N次检测后发现realserver不服务,error_log里会打印。移回status.html即立马恢复服务。 2015/04/04 22:00:42 [error] 13051#0: check protocol http error with peer: 192.168.1.1:80 2015/04/04 22:00:43 [error] 13051#0: check protocol htt...
2024/02/16 09:31:33 [error] 23638#0: check protocol https error with peer: 192.168.0.1:443 2024/02/16 09:31:45 [info] 23663#0: enable check peer: 192.168.0.1:443 1. 2. 3. error.log中的前面两条因为服务器响应403报了错误,对应在配置了“check_http_expect_alive http_2xx http_3xx...
移除realserver的status.html即可模拟服务不可用,负载均衡器会在N次检测后发现realserver不服务,error_log里会打印。移回status.html即立马恢复服务。 2015/04/0422:00:42[error]13051#0:checkprotocolhttperrorwithpeer:192.168.1.1:80 2015/04/0422:00:43[error]13051#0:checkprotocolhttperrorwithpeer:192.168.1.1...
http{include mime.types;加载一个配置 default_type application/octet-stream;sendfile on;keepalive_timeout65;超时 server{listen80;监听端口 server_name localhost;网站域名 location /{root html;发布目录 index test.html;定义首页文件}error_page500502503504/50x.html;location=/50x.html{root html;}}} ...
http_vhost_traffic_status_display_json.c:604:61: error: ‘ngx_http_upstream_rr_peer_t’ {aka...
port="9009" protocol="AJP/1.3" redirectPort="9443" /> ... </Server>tomcat2的SHUTDOWN、HTTP...
target [Service] Type=notify EnvironmentFile=${WORK_DIR}/cfg/etcd ExecStart=${WORK_DIR}/bin/etcd \ --name=\${ETCD_NAME} \ --data-dir=\${ETCD_DATA_DIR} \ --listen-peer-urls=\${ETCD_LISTEN_PEER_URLS} \ --listen-client-urls=\${ETCD_LISTEN_CLIENT_URLS},http://127.0.0.1:2379 ...
chmod +x /etc/keepalived/check_nginx.sh #!/bin/bash#1、判断Nginx是否存活counter=$(ps -ef |grep nginx | grep sbin | egrep -cv "grep|$$" )if [ $counter -eq 0 ]; then#2、如果不存活则尝试启动Nginxservice nginx startsleep 2#3、等待2秒后再次获取一次Nginx状态counter=$(ps -ef |grep...
http-01 修正单极性误差 如果您的Apache/Nginx网站没有显示在浏览器中,而您在haproxy日志(/var/log/haproxy.log)中看到以下消息 Server nginx/nginx is DOWN, reason: Socket error, info: "Connection reset by peer backend nginx has no server available! Layer6 invalid response 可能...