[wp-trac] [WordPress Trac] #35369: "too many redirects" error after auto upgrade to 4.4.1 from 4.4.0
WordPress Trac
noreply at wordpress.org
Mon Jan 11 07:12:16 UTC 2016
#35369: "too many redirects" error after auto upgrade to 4.4.1 from 4.4.0
--------------------------+------------------------
Reporter: skuran | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 4.4.1
Severity: normal | Resolution: duplicate
Keywords: | Focuses:
--------------------------+------------------------
Comment (by skuran):
apache load balancer config is pretty standard. Only 1 balance member
node. lb1.example.com is behind the LB and is also a virtual host and can
be accessed directly through internal network.
LB config:
#################### lb.example.com 80 LB begin ####################
<VirtualHost *:80>
ServerName lb.example.com
ErrorLog logs/lb.example.com-error_log
CustomLog logs/lb.example.com-access_log combined
ProxyRequests off
<Proxy balancer://TESTcluster>
BalancerMember http://lb1.example.com:80
ProxySet lbmethod=byrequests
Order Deny,Allow
Deny from none
Allow from all
</Proxy>
ProxyPass / balancer://TESTcluster/
</VirtualHost>
#################### lb.example.com 80 end #####################
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35369#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list