On 09/12/2011 11:14 PM, dhottinger@xxxxxxxxxxxxxxxxxxxxxx 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=0or 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx