Skip to content

Instantly share code, notes, and snippets.

View emmcdonald's full-sized avatar

Michael McDonald emmcdonald

View GitHub Profile
@emmcdonald
emmcdonald / apache-balancer.sh
Last active October 29, 2021 17:10 — forked from SeonghoonKim/apache-balancer.sh
Apache HTTPD balancer-manager control script
#!/bin/sh
# Source from here:
# https://gist.github.com/SeonghoonKim/5385982
# [email protected]
# Date Oct 29, 2021
# Added "drain" option.
# Set up a default search path
PATH="/usr/bin:/bin"