What more could you want?
Disable PHP’s APC module for a single domain
In the event that you need to disable PHP‘s APC, Advanced PHP Cache, module for a single domain, add the following to the Apache configuration:
<Directory /path/to/docroot>
php_admin_flag apc.enabled “0″
</Directory>
If you want to do this on the fly for developers so they can actually see their changes before the cache updates, simply throw it into a .htaccess file in the DocumentRoot.
/cs
| Print article | This entry was posted by chuck on November 20, 2009 at 7:54 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |