host: isc_socket_create: not enough free resources socket.c:2117: REQUIRE(maxfd <= (i
Hello,
I used to have alot of these errors:
host: isc_socket_create: not enough free resources socket.c:2117: REQUIRE(maxfd <= (int)1024) failed.
host: isc_socket_create: not enough free resources
So I found this tutorial: http://www.directadmin.com/help/item.php?id=9
so I ran these commands:
I no longer have those errors, but now the following problems occur:
1) Apache bandwidth isnt updated anymore, my users have had the same bandwidth for like 3-4 days now (thats how many days ago I ran above commands)
2) webalizer doesnt update any more
can someone help me please?
Hello,
I used to have alot of these errors:
host: isc_socket_create: not enough free resources socket.c:2117: REQUIRE(maxfd <= (int)1024) failed.
host: isc_socket_create: not enough free resources
So I found this tutorial: http://www.directadmin.com/help/item.php?id=9
so I ran these commands:
HTML:
cd /usr/local/directadmin/data/templates
cp virtual_host*.conf custom
cd custom
perl -pi -e 's/Error/#Error/' virtual_host*.conf
perl -pi -e 's/CustomLog/#CustomLog/' virtual_host*.conf
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
I no longer have those errors, but now the following problems occur:
1) Apache bandwidth isnt updated anymore, my users have had the same bandwidth for like 3-4 days now (thats how many days ago I ran above commands)
2) webalizer doesnt update any more
can someone help me please?