Jump to content

Moodle, struggling to track down Apache segmentation faults


Recommended Posts

Posted

Segmentation faults solved!

It was due to apc memory set too small. Changed from 100M to 300M and now seems happy - no segfaults for 2 days now

 

new content of /etc/php5/conf.d/apc.ini:

extension=apc.so

apc.shm_size = 300M

apc.max_file_size=10M

 

Interestingly (?) I had previously been setting apc memory size in /etc/php5/apache2/php.ini I take it that apc.ini overrides whatever is in php.ini

 

having said that, I'd still love to know why I can't get apache to do a core dump - any advice welcomed

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...