15
Jun
Apache's Load Balancer Manager for Watching Mongrel Cluster
June 15th, 2007 — 4:28 pm —Woof, long title. The post will almost be shorter than that. So one thing I’ve never gotten working in Apache 2.2.x is the load balancer manager. Somewhere I found an article that said you should have it in it’s own separate vhost running on port 8080 or something. Well, not quite. To get Apache’s load balancer manager running and seeing your Mongrel cluster do the following:
- Make sure you have mod_status enabled
- Make sure you set-up a ProxyPass directive for the URL you want, e.g. /balancer-manager
- In the same vhost that has the balanced cluster put the following:
<Location /balancer-manager> SetHandler balancer-manager Order Deny,Allow Deny from all Allow from 127.0.0.1 </Location>
You should then be able to see the balance manager from 127.0.0.1/balancer-manager. Hope this helps someone else. I was probably just a little too dense and over thought enabling it in the first place.
More on mod_proxy_balancer.
About slate
slate is a content management system (CMS) developed using Ruby on Rails focused on rapid production of traditional websites created by WVU Web Services. Read more about why we created slate and a longer list of features of slate. You can also check out a list of sites using slate. If you have questions or comments let us know but if it's a question about open sourcing slate have a look at this article first.Archives
Recent articles
- No Wonder Rails Is Default in Mac OS X Server...
- Good News: An Open Sourced slate Is Coming
- The WVU Open Source License
- Implementation idea: .do templates
- Keeping slate Humming - Part 1
- Campfire for Design & Keeping Your Tag Cloud Running
- Custom configuration settings made easy
- HOW-TO: Add a Gallery to Your Site
- JSONRequest.post Example
- Miscellaneous
Articles
Add comment
You are adding a new comment