如何在CentOS 5.3上安装MPM worker?

我使用这个命令:yum install apache2-mpm-worker

没有成功。 在谷歌search也没有find

谢谢。

取消注释/ etc / sysconfig / httpd中的httpd.worker行:

# The default processing model (MPM) is the process-based # 'prefork' model. A thread-based model, 'worker', is also # available, but does not work with some modules (such as PHP). # The service must be stopped before changing this variable. # #HTTPD=/usr/sbin/httpd.worker 

干杯

我已经做了,重新启动Apache。 我做了一个httpd -l,它只显示prefork.c而不是worker.c。 我检查了sbin目录,并知道httpd.worker文件存在。 还有其他的想法吗?