anyone doing php-fpm and APC? cache files missing in /tmp
- by Vangel
I have been using xcache for a long time. Recently I put together php-fpm and nginx. I see apc is installed and enabled in the configuration. I was assuming that apc will automatically opcode the files and store it somewhere. According to config it should be in /tmp/apx.xxxx but there is no such thing there.
What am i missing? any clues to investigate would be of much help.
Please note I am using php 5.3 fpm.
thanks mates.
UPDATE: i looked at apc.php it says things are fine. will just have to take its word for it.