Re: Fatal error: Out of memory (allocated 29884416) (tried to allocate 78 bytes) in /
You should either revise or remove them in /usr/local/apache/conf/httpd.conf and then re-distill to ensure the changes are kept. If you simply comment them out and do not remove them and distill those changes, they will return whenever you recompile Apache again or rebuild Apache again.
After removing the entries in httpd.conf, you can do the following commands to ensure they are properly distilled into the new configuration:
Code:
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak110623
/usr/local/cpanel/bin/apache_conf_distiller --update
/scripts/rebuildhttpdconf
/etc/init.d/httpd restart
The commands above will copy a backup of the existing httpd.conf, distill the changes you've made on removing those RLimits, rebuild Apache configuration, and restart Apache to ensure the new changes take effect.