OpenVZ Forum


Home » General » Support » Problem with running apache2
Re: Problem with running apache2 [message #1590 is a reply to message #1589] Tue, 14 February 2006 16:13 Go to previous messageGo to previous message
devnu11 is currently offline  devnu11
Messages: 64
Registered: September 2005
Location: USA
Member

A real quick check of Everyone's Friend, Google, returned this.

Quote:

apr_thread_create: unable to create worker thread

This is a tuning issue. The operating system failed a request by the web server to create another thread. The operating system can be tuned to allow more threads, or the web server can be tuned to create fewer threads per process so that it doesn't encounter this issue.

Things to check:

1. value of ThreadsPerChild in the worker MPM configuration in serverroot/conf/httpd.conf

It may be too high for current operating system limits on memory or processes or threads.
2. AIX: value of LDR_CNTRL variable in serverroot/bin/envvars file

This controls how much of the address space can be used for heap storage, and heap storage is the main requirement on AIX for being able to create a new thread.



This is the original URL: http://publib.boulder.ibm.com/httpserv/ihsdiag/errorlog.html

Good luck


Just Because You Have One, Doesn't Mean You Have To Be One!
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: assign public ( or private ) ip to new vps?
Next Topic: Network timeout
Goto Forum:
  


Current Time: Sun Jul 21 02:23:49 GMT 2024

Total time taken to generate the page: 0.02271 seconds