Created
February 3, 2022 21:37
-
-
Save haproxytechblog/54b874d7716884d29ec5dc5d197a2219 to your computer and use it in GitHub Desktop.
Revisions
-
haproxytechblog created this gist
Feb 3, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ $ echo "experimental-mode on; add server be_app/server10 10.0.1.5:80 check" |\ socat stdio tcp4-connect:127.0.0.1:9999 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ $ echo "enable server be_app/server10" | socat stdio tcp4-connect:127.0.0.1:9999 $ echo "enable health be_app/server10" | socat stdio tcp4-connect:127.0.0.1:9999 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ $ echo "experimental-mode on; del server be_app/server10" |\ socat stdio tcp4-connect:127.0.0.1:9999