HaProxy 17

HAProxy Mysql 'Reading initial communication packet'

ERROR 2013 when connecting to mysql via HAProxy Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, string given why am i getting an error from file mysqli/mysqli_driver.php? 결국 haproxy.cfg 설정이 문제지만... 난 수정한게 없다. # haproxy 서버에 mysql 클라이언트 설치 yum insatll -y mysql # 아래 3가지 명령어가 모두 정상동작하다면 'Reading initial communication packet' 오류는 생기지 않는다. mysql -h 127.0.0.1 -u haproxy_check -p ..

server-side/haproxy 2017.05.12

HAProxy MySQL replication, cluster

How To Use HAProxy to Set Up MySQL Load Balancing HAProxy 로 MySQL 로드밸런싱 구축하기 - CentOS 5.x init script - unary operator expected /etc/haproxy/haproxy.cfg global log 127.0.0.1 local0 info log 127.0.0.1 local1 notice #chroot /var/lib/haproxy #pidfile/var/run/haproxy.pid maxconn 80000 # 최대 동시접속 설정, 1GM 40,000 ~ 50,000 #user haproxy #group haproxy tune.bufsize65536 tune.ssl.default-dh-param 2048 #nbp..

server-side/haproxy 2017.05.10

HAProxy Install

L4/L7 스위치의 대안, 오픈 소스 로드 밸런서 HAProxy HAProxy vs nginx: Why you should NEVER use nginx for load balancing! Nginx virtual host traffic status module Introducing Dynamic Modules in NGINX 1.9.11 Tuning NGINX for Better Performance Performance Tuning HAProxy BalancerBattle How To Use HAProxy to Set Up HTTP Load Balancing on an Ubuntu VPS CentOS - HAProxy 설치 [개발] HAProxy 설치 및 기본 설정 Cent7 Package manage..

server-side/haproxy 2017.04.28
반응형