HAProxy Enterprise Documentation 2.2r1

Install the NetAcuity module

  1. Log into your account at the Digital Element website and download the NetAcuity database .tar.gz file. Extract the contents of the file and place them in a directory on your HAProxy Enterprise server (e.g. /etc/hapee-2.2/netacuity/).

  2. Install the NetAcuity module according to your platform:

    $ # On Debian/Ubuntu
    $ sudo apt-get install hapee-2.2r1-lb-netacuity
    $ # On CentOS/RedHat/Oracle/Photon OS
    $ sudo yum install hapee-2.2r1-lb-netacuity
    $ # On SUSE
    $ sudo zypper install hapee-2.2r1-lb-netacuity
    $ # On FreeBSD
    $ sudo pkg install hapee-2.2r1-lb-netacuity
  3. In the global section of HAProxy Enterprise configuration, add the following lines:

    global
       module-load hapee-lb-netacuity.so
       netacuity-load 04 /etc/hapee-2.2/netacuity
       netacuity-cache-size 2000000
  4. Reload the HAProxy Enterprise configuration to apply the changes.


Next up

Configure the NetAcuity module