error core dumped in Apache

bigboy

Verified User
Joined
Nov 25, 2005
Messages
231
Location
USA
Dear Support

befor update apache fotm customapache

this error /var/log/meassage

Feb 13 00:16:02 mars kernel: pid 3781 (httpd), uid 0: exited on signal 11 (core dumped)
Feb 13 00:22:01 mars kernel: pid 18970 (httpd), uid 1004: exited on signal 11
Feb 13 00:22:01 mars kernel: pid 18955 (httpd), uid 1004: exited on signal 11
Feb 13 00:22:03 mars kernel: pid 18551 (httpd), uid 0: exited on signal 11 (core dumped)
Feb 13 00:23:44 mars kernel: pid 94347 (httpd), uid 0: exited on signal 11 (core dumped)
Feb 13 00:25:45 mars kernel: pid 9976 (httpd), uid 1004: exited on signal 11
Feb 13 00:25:46 mars kernel: pid 9183 (httpd), uid 1004: exited on signal 11
Feb 13 00:25:46 mars kernel: pid 9073 (httpd), uid 0: exited on signal 11 (core dumped)
 
Hi,

I have the exact same problem on one of our FreeBSD 6.1 servers, all other run smoothly...

Tried everything at: http://help.directadmin.com/item.php?id=9 but no solution. Option 2 however worked for a month. Now the server has 35 users and 78 domains. Now, no users can be added, because apache crashes immediately.

Any ideas would be very helpfull.

Regards,
Robert
 
Server Run Apache 1.3.x lastest version i cannot solve this ploblem Help me please

my client 200 i need how to for freeBSD 5.x

this help http://help.directadmin.com/item.php?id=9 for Apache 2.2.x? or all version

1. vi /etc/httpd/conf/httpd.conf

MaxClients 300

2.cd /usr/local/directadmin/data/templates
cp virtual_host*.conf custom
cd custom


3.vi /usr/include/sys/select.h

this current

#define FD_SETSIZE 32768U

4.
run

/sbin/sysctl -w fs.file-max=32768
this error
sysctl: unknown oid 'fs.file-max'



Now error in /var/log/masage


pid 11508 (httpd), uid 1004: exited on signal 11
pid 9973 (httpd), uid 1004: exited on signal 11
pid 10336 (httpd), uid 1004: exited on signal 11
pid 11574 (httpd), uid 1004: exited on signal 11
pid 11561 (httpd), uid 1004: exited on signal 11
pid 10091 (httpd), uid 1004: exited on signal 11
pid 10333 (httpd), uid 1004: exited on signal 11
pid 10556 (httpd), uid 1004: exited on signal 11
pid 11168 (httpd), uid 1004: exited on signal 11
pid 11377 (httpd), uid 1004: exited on signal 11
pid 13434 (httpd), uid 1004: exited on signal 11
pid 11618 (httpd), uid 1004: exited on signal 11
pid 13555 (httpd), uid 1004: exited on signal 11
pid 13427 (httpd), uid 1004: exited on signal 11
pid 10675 (httpd), uid 1004: exited on signal 11
pid 17018 (httpd), uid 1004: exited on signal 11
pid 16913 (httpd), uid 1004: exited on signal 11
pid 17293 (httpd), uid 1004: exited on signal 11
pid 17294 (httpd), uid 1004: exited on signal 11
pid 19035 (httpd), uid 1004: exited on signal 11
pid 17895 (httpd), uid 1004: exited on signal 11
pid 22774 (httpd), uid 1004: exited on signal 11
pid 23638 (httpd), uid 1004: exited on signal 11
pid 23291 (httpd), uid 1004: exited on signal 11
pid 21137 (httpd), uid 1004: exited on signal 11
pid 21283 (httpd), uid 1004: exited on signal 11
pid 23698 (httpd), uid 1004: exited on signal 11
pid 21136 (httpd), uid 1004: exited on signal 11
pid 21284 (httpd), uid 1004: exited on signal 11
pid 22943 (httpd), uid 1004: exited on signal 11


Regards,
Devid
 
Last edited:
Found the solution to my problem.

Since I was always looking for "AddModule mod_perl.c" in httpd.conf and never found it, I was confused with this.
Eventually I tried commenting out: "#LoadModule perl_module /usr/lib/apache/mod_perl.so"

This helps, so I've asked John to please edit the page: http://help.directadmin.com/item.php?id=95

Possibly a mod_perl issue. Edit the /etc/httpd/conf/httpd.conf
change:
AddModule mod_perl.c

to
#AddModule mod_perl.c

and then restart apache.
This won't affect files in the cgi-bin (I've seen very few people actually making use of mod_perl itself).

Please make a note; Or search for: #LoadModule perl_module /usr/lib/apache/mod_perl.so

Regards,
Robert
 
it domain over limit

Ex.
httpd.conf
MaxClients 150

but domain in server = 151 domain
 
Back
Top