You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Evan Borgstrom <ev...@mirrored.ca> on 2003/01/13 20:02:00 UTC

[users@httpd] Strange problem with worker MPM

Hey All,

I've got a strange problem with the worker MPM in httpd-2.0.43.
Namely it looks like the threads are having problems starting up.

[jujitsu:ROOT](/usr/local/apache): ps -eaf | grep httpd
    root 14217  9734  0 13:50:58 pts/1    0:00 grep httpd
    root 14192     1  0 13:46:18 ?        0:00
/usr/local/apache/bin/httpd -k start
   httpd 14206 14192  0 13:46:18 ?        0:00
/usr/local/apache/bin/httpd -k start
   httpd 14207 14192  0 13:46:18 ?        0:00
/usr/local/apache/bin/httpd -k start
   httpd 14208 14192  0 13:46:18 ?        0:00
/usr/local/apache/bin/httpd -k start

Here's the relevant sections from httpd.conf
<IfModule worker.c>
StartServers         2
MaxClients         150
MinSpareThreads     25
MaxSpareThreads     75
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule>

And from the error_log file:
[Mon Jan 13 13:53:12 2003] [notice] caught SIGTERM, shutting down
[Mon Jan 13 13:53:21 2003] [notice] Apache/2.0.43 (Unix) PHP/4.3.0
configured -- resuming normal operations
[Mon Jan 13 13:53:21 2003] [info] Server built: Jan 10 2003 16:21:01
[Mon Jan 13 13:53:21 2003] [debug] worker.c(1736): AcceptMutex: pthread
(default: pthread)


I've tried rebuilding apache a number of different ways with no success.
Here's the current configure line:

./configure --prefix=/usr/local/apache --enable-modules="dl rewrite"
--with-mpm=worker


System specs:
Sun sun4u running Solaris 8 with the current recommended patch cluster.
PHP 4.3.0 (Same results removing the php module from httpd.conf)


The server seems to respond fine, however I'm a little worried since all
my other installs of the 2.0 series of apache have actually started 50
httpd processes.

Anyone got any insight.

Thanks,
Evan

-- 
Evan Borgstrom <ev...@mirrored.ca>
Mirrored.ca - Canadian Mirror Archive


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org