erohas
Verified User
Hello everyone
my problem is about FD_SETSIZE
using:
centos 4.4 (32bit)
httpd 2.2.14
openssl 0.9.8L
php (fastcgi)
i got:
1. I tryed http://help.directadmin.com/item.php?id=9
2. Tryed to recompile apache mannualy adding CFLAGS=-DFD-SETSIZE=32768
3. editing /etc/security/limits.conf
4. ulimit -n 32768
5. editing /usr/include/typesizes... etc.
no effect. (
please help!
my problem is about FD_SETSIZE
using:
centos 4.4 (32bit)
httpd 2.2.14
openssl 0.9.8L
php (fastcgi)
i got:
Code:
socket file descriptor (1032) is larger than FD_SETSIZE (1024), you probably need to rebuild Apache with a larger FD_SETSIZE
1. I tryed http://help.directadmin.com/item.php?id=9
2. Tryed to recompile apache mannualy adding CFLAGS=-DFD-SETSIZE=32768
3. editing /etc/security/limits.conf
4. ulimit -n 32768
5. editing /usr/include/typesizes... etc.
no effect. (
please help!