This Tip Show How-to Make a Fast SetUp for Php APC Module in Production:
- Open a Terminal Window
- Edit the php.ini File
Under the “extension=apc.so” Insert:
apc.stat=0 ## standard mtime check
apc.stat_ctime=0 ## also check ctimeCtrl+x to Save & Exit
- Restart Apache