CarolBooth Posted September 22, 2014 Posted September 22, 2014 I posted this about failing to track down apache segmentation faults on our Moodle server on the Learning Platforms forum but maybe this is really more of an Ubuntu issue. I hope it's not rude to post here too.
CarolBooth Posted September 24, 2014 Author Posted September 24, 2014 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now