MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2014-09-16, 22:28:35

Title: mod_fastcgi still does not work with 1600 domains !
Post by: Spacedust on 2014-09-16, 22:28:35
Why are you making the same bug over and over. It must be compiled without fd_limits or users who install it will get all pages down and errors like this:

Quote
[Tue Sep 16 22:25:59 2014] [notice] child pid 12896 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:00 2014] [notice] child pid 12924 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:00 2014] [notice] child pid 12952 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:00 2014] [notice] child pid 12980 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:02 2014] [notice] child pid 13212 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:03 2014] [notice] child pid 13293 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:05 2014] [notice] child pid 13413 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:06 2014] [notice] child pid 13499 exit signal Segmentation fault (11)
[Tue Sep 16 22:26:08 2014] [notice] child pid 13581 exit signal Segmentation fault (11)

It's because Apache had to open so many /stats files which is ok, but mod_fastcgi in it's default config can't handle this.

Example of logs in the past:

Quote
[Sat Apr 12 18:07:20 2003] [warn] [csd] filedescriptor (1046) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Sat Apr 12 18:07:20 2003] [warn] [csd] filedescriptor (1046) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
[Sat Apr 12 18:07:20 2003] [warn] [csd] filedescriptor (1046) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE
Title: Re: mod_fastcgi still does not work with 1600 domains !
Post by: Spacedust on 2014-09-16, 22:44:22
lsof | grep httpd | wc -l
31191