PHPackages                             shift31/haproxy-cluster-control - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. shift31/haproxy-cluster-control

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

shift31/haproxy-cluster-control
===============================

CLI for managing clusters of haproxy servers via HTTP

0.2.0(10y ago)141MITPHPPHP &gt;=5.4

Since May 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/shift31/haproxy-cluster-control)[ Packagist](https://packagist.org/packages/shift31/haproxy-cluster-control)[ RSS](/packages/shift31-haproxy-cluster-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

HAProxy Cluster Control (haproxycc)
===================================

[](#haproxy-cluster-control-haproxycc)

CLI for managing clusters of HAProxy servers via HTTP

Installation
------------

[](#installation)

Download `haproxycc.phar`, copy to `/usr/local/sbin`, set executable permissions, and optionally rename to `haproxycc`

Configuration
-------------

[](#configuration)

### HAProxy

[](#haproxy)

```
listen stats :8000
  mode http
  stats uri /stats
  stats auth username:password
  stats realm HAProxy
  stats admin if TRUE

```

### haproxycc

[](#haproxycc)

Create `haproxycc.config.php` in `HOME` or `/etc`:

```
