PHP error: host: isc_socket_create: not enough free resource

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
santisaez
Forum Newbie
Posts: 1
Joined: Mon Sep 04, 2006 4:50 pm

PHP error: host: isc_socket_create: not enough free resource

Post by santisaez »

Hello :-)

I'm getting this in error_log in a server with Fedora Core 3 running Apache 1.3.37:
(..)
host: isc_socket_create: not enough free resources
host: isc_socket_create: not enough free resources
host: isc_socket_create: not enough free resources
(..)
Googling for this error I think that the problem is in maximun number of open sockets, I have increased to "16384" with ulimit command:
$ cat /etc/security/limits.conf
* hard nofile 16384
* soft nofile 16384

# ulimit -n 16384 ; apachectl restart
But I get the same error ;-(

Is the problem related to simultaneous number of open sockets? Perhaps the problem is related to another TCP/IP stack thing.. in this case any advice to solve this problem? There are a lot of parameters to tune related to TCP/IP in Linux and I'm a novice, Thanks!

Regards,

--
Santi Saez
Post Reply