anyone doing php-fpm and APC? cache files missing in /tmp
        Posted  
        
            by 
                Vangel
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Vangel
        
        
        
        Published on 2011-04-24T07:39:03Z
        Indexed on 
            2012/06/30
            3:17 UTC
        
        
        Read the original article
        Hit count: 536
        
php-fpm
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.
© Server Fault or respective owner