On 09/12/2011 11:14 PM, dhottin...@harrisonburg.k12.va.us wrote:
I moved the apc.php file where I could access through my browser and
accessing it causes my server to seg fault. Is there anyway to keep from
using apc? Im not seeing it in my php.ini files.
thanks again for all the help.
It could be loaded from somewhere within your conf directory depending
on your distribution, or how you've configured it. Either add the
following to your php.ini:
[APC]
apc.enabled=0
or find the file which contains "extension=apc.so" in your configuration
directories and remove the line.
/Björn
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org