HAProxy Enterprise Documentation 2.4r1

Install the WURFL InFuze module

  1. Log into your account at the ScientiaMobile website and subscribing for WURFL InFuze. Follow the installation instructions in the WURFL InFuze for C: User Guide to install the API on your HAProxy Enterprise server.

  2. Copy the WURFL InFuze device detection database (XML file) to the HAProxy Enterprise server (e.g. /etc/hapee-2.4/wurfl.xml).

  3. Install the WURFL module according to your platform:

    $ # On Debian/Ubuntu
    $ sudo apt-get install hapee-2.4r1-lb-wurfl
    $ # On CentOS/RedHat/Oracle/Photon OS
    $ sudo yum install hapee-2.4r1-lb-wurfl
    $ # On SUSE
    $ sudo zypper install hapee-2.4r1-lb-wurfl
    $ # On FreeBSD
    $ sudo pkg install hapee-2.4r1-lb-wurfl
  4. Add the following to the global section of the HAProxy Enterprise configuration file:

    global
       module-load hapee-lb-wurfl.so
       wurfl-data-file /etc/hapee-2.4/wurfl.xml
       wurfl-information-list wurfl_id model_name
       wurfl-cache-size 100000
  5. Reload the HAProxy Enterprise configuration to apply the changes.


Next up

Configure the WURFL InFuze module