I installed Thrift and APC (for Thrift), and for some reason I got a Server error message when I loaded the page.
So I found the Error logs. And it seems that APC is causing problems. Is the error messages that I am getting: http://dl.dropbox.com/u/20599297/error_logs_apc.html On http://serverfault.com/ some body told me to do this and put it in .htaccess: php_flag apc.cache_by_default Off php_flag apc.enabled Off I stop getting the server error, but now APC is off... Will that have an impact on Thrift? And is there a way to not turn APC off? Thanks in advance.
