Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
haproxy / usr / share / doc / haproxy
  ..
  contrib
  examples
  copyright
  WURFL-device-detection.txt
  README.Debian
  SPOE.txt.gz
  intro.txt.gz
  close-options.txt
  proxy-protocol.txt.gz
  NEWS.Debian.gz
  lua.txt.gz
  architecture.txt.gz
  cookie-options.txt
  configuration.txt.gz
  management.txt.gz
  DeviceAtlas-device-detection.txt
  51Degrees-device-detection.txt.gz
  linux-syn-cookies.txt
  changelog.Debian.gz
  network-namespaces.txt
  netscaler-client-ip-insertion-protocol.txt
  README.gz
Size: Mime:
Syslog support
--------------
Upstream recommends using syslog over UDP to log from HAProxy processes, as
this allows seamless logging from chroot'ed processes without access to
/dev/log. However, many syslog implementations do not enable UDP syslog by
default.

The default HAProxy configuration in Debian uses /dev/log for logging and
ships an rsyslog snippet that creates /dev/log in HAProxy's chroot and logs all
HAProxy messages to /var/log/haproxy.log. To take advantage of this, you must
restart rsyslog after installing this package. For other syslog daemons you
will have to take manual measures to enable UDP logging or create /dev/log
under HAProxy's chroot:
a. For sysklogd, add SYSLOG="-a /var/lib/haproxy/dev/log" to
   /etc/default/syslog.
b. For inetutils-syslogd, add SYSLOGD_OPTS="-a /var/lib/haproxy/dev/log" to
   /etc/default/inetutils-syslogd.