Monday, April 14, 2014

CentOS / RHEL / fedora - Apache error - include() unable to allocate memory for pool

Add line in httpd.conf
php_flag apc.cache_by_default Off

Add line in php.ini
apc.enabled = 0

Restart httpd

# service httpd restart

No comments:

Post a Comment