Created
July 24, 2012 21:19
-
-
Save jerrydeng/3172724 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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