I've spent a good week troubleshooting this and narrowing down the problem. I've recently moved servers (both my own- just different racks, servers). Initially the php version was different, i was routing through HAProxy, and a firewall (hardware) in front of the boxes. In order to narrow down the problem, I've downgraded apache to 2.2 (down from 2.4.6), downgraded php to 5.3 (stated with 5.5, then 5.4)- and I still see the issues.
Here's where I'm at:
5.3.3-7
Apache v2.2.22
mysqli + 5.5.29 - mariadb (galera cluster, through glbd)
my cookie settings have been reset in the browser (multiple times)
I'm proxied through SSH / socks to hit the machine 'locally' bypassing the hardware firewall
I've switched between memcached and files for php session handler (same results)
changed dns to point to only one machine, bypassing haproxy
are there any permissions on the filesystem that would affect this, or anything in the db I can reset (session table was truncated initially)
thanks!!
Here's where I'm at:
5.3.3-7
Apache v2.2.22
mysqli + 5.5.29 - mariadb (galera cluster, through glbd)
my cookie settings have been reset in the browser (multiple times)
I'm proxied through SSH / socks to hit the machine 'locally' bypassing the hardware firewall
I've switched between memcached and files for php session handler (same results)
changed dns to point to only one machine, bypassing haproxy
are there any permissions on the filesystem that would affect this, or anything in the db I can reset (session table was truncated initially)
thanks!!
Comment