Double Negative
17th of November 2011 (Thu), 15:14
Just experienced an interesting anomaly when using APC with EE.
PHP v5.3.8, APC v3.1.9 and Apache 2.2.14. Normally you'd want to set "apc.stat" to 0 on a production site, rather than the default of 1. This controls whether or not APC checks to see if a PHP file on disk has changed or not - and if so, trigger a reload. It's much faster to not have to check every single file, every single time...
However, with it turned off - my EE still works... EXCEPT the admin interface!
Once set back to 1, things worked again! Hope this helps someone now or in the future.
P.S. Too bad EE is essentially dead. I still love and use it. If it wasn't so much work I'd probably go find something else...
PHP v5.3.8, APC v3.1.9 and Apache 2.2.14. Normally you'd want to set "apc.stat" to 0 on a production site, rather than the default of 1. This controls whether or not APC checks to see if a PHP file on disk has changed or not - and if so, trigger a reload. It's much faster to not have to check every single file, every single time...
However, with it turned off - my EE still works... EXCEPT the admin interface!
Once set back to 1, things worked again! Hope this helps someone now or in the future.
P.S. Too bad EE is essentially dead. I still love and use it. If it wasn't so much work I'd probably go find something else...