Skip to content

Instantly share code, notes, and snippets.

@jerrydeng
Created July 24, 2012 21:19
Show Gist options
  • Select an option

  • Save jerrydeng/3172724 to your computer and use it in GitHub Desktop.

Select an option

Save jerrydeng/3172724 to your computer and use it in GitHub Desktop.
CreateBalancers 1
<IfModule manager_module>
Listen 127.0.0.1:6666
ManagerBalancerName torquebox-balancer
<VirtualHost 127.0.0.1:6666>
KeepAliveTimeout 300
MaxKeepAliveRequests 0
#AdvertiseFrequency 5
ServerAdvertise On
<Location />
Order deny,allow
Allow from 127.0.0.1
</Location>
</VirtualHost>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment