On 09/12/2011 11:14 PM, [email protected] 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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to