~charmers/charms/trusty/apache2/trunk

« back to all changes in this revision

Viewing changes to tests/fixtures/foo.balancer

  • Committer: Diogo Baeder de Paula Pinto
  • Date: 2013-02-04 22:56:27 UTC
  • mto: (27.2.15 apache2)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: diogobaeder@canonical.com-20130204225627-djxtju4uyvto1igm
Covering write_balancer_config

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Proxy balancer://foo>
 
2
BalancerMember http://10.11.12.13 timeout=123
 
3
 
 
4
    ProxySet lbmethod=byrequests
 
5
    RequestHeader set X-Balancer-Name "foo"
 
6
</Proxy>
 
 
b'\\ No newline at end of file'