# $Id: httpd-proxy-mongrel.conf 166 2010-10-09 09:50:10Z imc $ # Redmine configuration behind Apache 2.2.x and mongrel # Loading mod_proxy, mod_proxy_http and mod_proxy_balancer LoadModule lbmethod_byrequests_module lib/modules/mod_lbmethod_byrequests.so 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 # Require ip 192.168.20 Require all granted # Order Deny,Allow # Deny from all # Allow from 192.168.20 # Require ip 192.168.20 Require all granted ProxyPass / balancer://redmine_cluster/ ProxyPassReverse / balancer://redmine_cluster/ BalancerMember http://redmine.ourcompany.com:3001 BalancerMember http://redmine.ourcompany.com:3002 BalancerMember http://redmine.ourcompany.com:3003 ProxySet lbmethod=byrequests