[solved] APC goes crazy under LSWS 4.1.10 & 4.1.11
A while ago I had to disable APC for PHP as it was resetting every minute or two. It's only now that I've traced it to an LSWS update.
The details:
1) I'm using the 32-bit version and the bug is there both in the Standard and Enterprise editions.
2) PHP 5.3.8 with APC enabled works normally under 4.1.9, APC goes nuts if I upgrade to 4.1.10 or 4.1.11.
3) Compiling PHP 5.3.10 and switching to it under LSWS 4.1.11 does not help - APC still crashes.
what do you mean by APC crashes? anything in error log? is this shared hosting or dedicated?
I mean it resets every minute or two, deleting the entire cache that was built over the short period that it was up. I'm in the process of moving my sites from a VPS (Debian lenny) to Amazon EC2 (Amazon Linux, CentOS-based) and I'm experiencing these problems in both environments. The production box (Debian lenny) is working normally now that I've downgraded to LSWS 4.1.9, I'll enable APC on the test box again and see if there's anything in the error logs.
Tried that, it held out for 3 minutes . And then started resetting again. What can I do to get you more info? I tried enabling DEBUG level logging, but there doesn't seem to be anything useful there. What should I look for?