Hello,

While starting apache I am getting following error.

root@server []# service httpd restart
/etc/init.d/httpd restart: httpd not running, trying to start
/etc/init.d/httpd: line 83: 20128 File size limit exceeded$HTTPD -DSSL
/etc/init.d/httpd restart: httpd could not be started

root@server []# service httpd start
/etc/init.d/httpd: line 83: 20151 File size limit exceeded$HTTPD -DSSL
/etc/init.d/httpd start: httpd could not be started

Solution::

It was because of the apache error (/usr/local/apache/logs/error_log) log file. It reached 2G and shut apache down. I cleared it and resolved the issue.