# Redmine configuration behind Apache 2.2.x and mongrel # Loading mod_proxy, mod_proxy_http and mod_proxy_balancer LoadModule proxy_module lib/modules/mod_proxy.so LoadModule proxy_http_module lib/modules/mod_proxy_http.so LoadModule proxy_balancer_module lib/modules/mod_proxy_balancer.so Options Indexes FollowSymLinks MultiViews AllowOverride All Order deny,allow Deny from all Allow from 192.168.20 Order Deny,Allow Deny from all Allow from 192.168.20 ProxyPass / balancer://redmine_cluster/ ProxyPassReverse / balancer://redmine_cluster/ BalancerMember http://redmine.mycompany.com:3001 BalancerMember http://redmine.mycompany.com:3002 BalancerMember http://redmine.mycompany.com:3003