logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

APC problem with Gallery 2

By chris
Created 22 May 2006 - 10:16pm

Under Apache 2.2.2 and 2.0.55 using APC (3.0.11-dev) I could not delete an image using Gallery2.

My temporary solution is to disable caching of Gallery2 classes in APC with:

apc.filters="-g2.*\.class"

 


Source URL:
http://www.sitebuddy.com/php/accelerators/apc_problem_with_gallery_2