Search code examples
phplinuxamazon-web-servicesapc

How to find apc.php file location?


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


Solution

  • You can use this command in a terminal :

    find / -name apc.php