Error on my Apache error.log

Asked By 0 points N/A Posted on -
qa-featured

I am receiving this error on my Apache error.log: Too many open files in the system: apr_accept: (client socket). The Apache server just died and this error is showing. How can I correct the error? Does anyone have an idea why am I receiving this error? Thank you.

SHARE
Answered By 0 points N/A #96714

Error on my Apache error.log

qa-featured

Hi Kathrynn,

Such errors could be as a result of other running applications on your system. Whenever you get a system error ensure you restart your system to refresh it's memory before more trouble comes. The error log can usually direct you on what to do if you are not able to access the problem then make a copy of the script then open the original and delete all of the contents the write this three lines. #!/usr/bin/perl

print "content-type.text/plain/nln";

Print "testing…/n"; After typing this try to access the page in your browser again if it works then your problem is outside the working script if doesn’t then the problem is with configuration and that means you have to do it again in a proper manner.

Related Questions