Good Php APC Production SetUp

This Tip Show How-to Make a Fast SetUp for Php APC Module in Production:

  1. Open a Terminal Window
  2. Edit the php.ini File

    Under the “extension=apc.so” Insert:

    apc.stat=0 ## standard mtime check
    apc.stat_ctime=0 ## also check ctime

    Ctrl+x to Save & Exit

  3. Restart Apache