HAProxy Enterprise Documentation 1.9r1

BSD

HAProxy Enterprise 1.9r1 is distributed through the Operating System package manager for the following BSD distributions:

Install HAProxy Enterprise 1.9r1 on FreeBSD
FreeBSD
12

Install HAProxy Enterprise

The following procedure adds package repositories and installs HAProxy Enterprise 1.9r1.

  1. Optional. To verify the integrity of the script before installing, first download the script and its SHA hash to a local directory:

    $ wget https://www.haproxy.com/static/install_haproxy_enterprise.sh
    $ wget https://www.haproxy.com/static/install_haproxy_enterprise.sh.sha512.asc

    Then run these commands to verify the checksum of the script against the SHA hash:

    $ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xCA2DF14657C5A207
    $ gpg --verify ./install_haproxy_enterprise.sh.sha512.asc

    Check for the output Good signature.

  2. To install HAProxy Enterprise, run the following command, replacing <HAProxy Enterprise Key> with the key you were given when you registered.

    $ curl -s https://www.haproxy.com/static/install_haproxy_enterprise.sh | \
       sudo bash /dev/stdin 1.9r1 <HAProxy Enterprise key>
  3. Enable and start the HAProxy Enterprise service:

    $ sudo service hapee_19_lb onestart

Install additional modules

HAProxy Enterprise comes with additional native and third-party modules like the Real-time Dashboard. See all available packages.

Search for additional modules

$ sudo pkg search -g -r 'HAPEE19R1' '*'
$ sudo pkg search -g -r 'HAPEEEXTRAS' '*'

Install a module

$ sudo pkg install hapee-1.9r1-lb-update

See other parts of this documentation for instructions on how to enable and configure each package.

Locate installed directories

HAProxy Enterprise files are installed following these rules:

  • Binaries and documentation are in /usr/local/opt/hapee-1.9/

    /usr/local/opt/hapee-1.9/
      |-- bin
      |-- dev
      |-- doc
      |-- modules
      |-- sbin
      |-- version
  • Configuration is installed in /usr/local/etc/hapee-1.9/

    /usr/local/etc/hapee-1.9/
      |-- hapee-lb.cfg
  • init scripts are installed in /usr/local/etc/rc.d/

    /usr/local/etc/rc.d/
      |-- hapee_19_lb

Configure HAProxy Enterprise

After you complete the installation, you can configure HAProxy Enterprise using the instructions in the Configuration section from the left-hand menu bar.


Next up

Docker