APC is the Alternative PHP Cache. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Flavors: mmap (the default; one memory segment, no maximum limit) shm (multiple segments, "sysctl kern.shminfo.shmmax" is the max)