Package rh-haproxy18 provides HAProxy load balancer delivered as a
Software Collection (SCL). For more information about Software
Collections, see the scl(1) man page. By installing the rh-haproxy18
collection, you will get the minimum working set of packages to have a
working HAProxy load balancer.

Usage: systemctl start rh-haproxy18-haproxy

Software Collections allow you to build and execute applications which
are not located in the filesystem root hierarchy, but are stored in an
alternative location, which is /opt/rh/rh-haproxy18/root in case of the
rh-haproxy18 collection.

HAProxy is a free, very fast and reliable solution offering high
availability, load balancing, and proxying for TCP and HTTP-based
applications.

When you want to work with the rh-haproxy18 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment. The only exception is starting and stopping
rh-haproxy18-haproxy daemon, where SCL environment is enabled
implicitely within the SysV init script or systemd unit file.

Configuration for the rh-haproxy18 software collection is located
under /etc/opt/rh/rh-haproxy18.

Examples:
scl enable rh-haproxy18 'command --arg'
  Run a specific command with the argument --arg within the rh-haproxy18
  software collections environment.

scl enable rh-haproxy18 bash
  Run an interactive shell with the rh-haproxy18 software collection enabled.

systemctl start rh-haproxy18-haproxy
    Starts the HAProxy service from rh-haproxy18 software collection.

scl enable rh-haproxy18 'man haproxy'
  Show man pages for the haproxy command, which is a part of the
  rh-haproxy18 software collection.

Files:
/opt/rh/rh-haproxy18/service-environment
Define which software collections should be enabled for the daemon process.

Report bugs to <http://bugzilla.redhat.com>.
