Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / proxy_balancer.conf
diff --git a/mods-available/proxy_balancer.conf b/mods-available/proxy_balancer.conf
new file mode 100644 (file)
index 0000000..4849b96
--- /dev/null
@@ -0,0 +1,16 @@
+<IfModule mod_proxy_balancer.c>
+
+# Balancer manager enables dynamic update of balancer members
+# (needs mod_status). Uncomment to enable.
+#
+#<IfModule mod_status.c>
+#<Location /balancer-manager>
+#    SetHandler balancer-manager
+#    Order deny,allow
+#    Deny from all
+#    Allow from 127.0.0.1 ::1
+#    Satisfy all
+#</Location>
+#</IfModule>
+
+</IfModule>