/etc/init.d/httpd: line 83: 2126 File size limit exceeded(core dumped) $HTTPD -DSSL

Status
Not open for further replies.
S

Secret Agent

Guest
Out of the blue I suddenly get this error when restarting apache with ssl

/etc/init.d/httpd: line 83: 2126 File size limit exceeded(core dumped) $HTTPD -DSSL

I couldn't find anything on the forum pertaining to this.

This happened overnight
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
Check both the size of the apache logs and of domlogs and make sure none of them is at or over 2GB in size. IF they are, rename them out of the way and restart apache.
 
S

Secret Agent

Guest
Yes nothing is over 50MB. I forgot to mention that

/var/log
apache logs, all way below even 500MB
 

deddy

Well-Known Member
Oct 13, 2003
147
1
168
You should also check

/var/log/domainname.com

or similar.

This logfile is especially generated for SSL hosts.

No idea why this log gets not split up like other logs
within the /var/log directory e.g.

kernel
kernel.1
kernel.2
 

ambusv

Member
May 18, 2009
6
0
51
File size limit exceeded(core dumped) $HTTPD -DSSL

1.Check log file size { /usr/local/apache/logs }

2. #cd /usr/local/apache/logs

3. # > {max size filename}-----> eg: error_log

4.enter.
5.restart apache.

AMBU
uNIx tEcH...:D
 
Status
Not open for further replies.