I have installed APC cache on AWS Elastic Beanstalk and its installed (I confirmed it by phpinfo() )
How do i check APC is working or not? How to find apc.php file location ?
Thanks
You can use this command in a terminal :
find / -name apc.php