* released 1.1.27
* the configurable HTTP health check introduced in 1.1.23 revealed a shameful
  bug : the code still assumed that HTTP requests were the same size as the
  original ones (22 bytes), and failed if they were not.
* added support for pidfiles.
diff --git a/examples/config.rc.haproxy b/examples/config.rc.haproxy
index 067f07a..5340495 100644
--- a/examples/config.rc.haproxy
+++ b/examples/config.rc.haproxy
@@ -1,3 +1,6 @@
-service haproxy
-	config /etc/haproxy/haproxy.cfg
+service haproxy ext
+	config /etc/haproxy/haproxy-ext.cfg
+
+service haproxy int
+	config /etc/haproxy/haproxy-int.cfg