Apache不会停止启动

/ usr / local / apache / bin / httpd -k start -DSSL nobody 6906 0.0 0.1 187032 5448? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6907 0.0 0.1 187032 5448? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6908 0.0 0.1 187032 5448? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6909 0.0 0.1 187032 5448? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6910 0.7 0.1 187712 7024? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6911 1.7 0.1 188216 7036? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6912 0.5 0.1 187712 7020? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6913 0.4 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6914 0.8 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6915 0.7 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6916 0.5 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6917 0.2 0.1 188216 7024? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6918 0.5 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6919 0.8 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6920 0.5 0.1 187712 7020? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6921 0.8 0.1 187712 7020? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6922 1.0 0.1 188216 7024? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6923 0.6 0.1 188216 7024? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6924 1.5 0.1 187712 7020? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6925 0.1 0.1 187712 7012? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6926 1.2 0.1 187712 7016? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6927 0.5 0.1 188216 7028? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL nobody 6928 1.2 0.1 187712 7024? S 13:20 0:00 / usr / local / apache / bin / httpd -k start -DSSL

我有258这些运行。 我停止了httpd,然后又回到了0。我开始备份,并且很快回到了258。我从来没有见过这个。 任何人都知道什么是错的?

我在cPanel上运行CentOS5.5和Apache2.2。

你有很多工人configuration,我不知道你正在使用哪个模块,但相关的部分是

<IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 ServerLimit 256 MaxClients 256 MaxRequestsPerChild 4000 </IfModule> <IfModule worker.c> StartServers 4 MaxClients 300 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 </IfModule> 

你可以检查它,看看你有多less个服务器。 我想这是250+。

虽然不是最好的方法,但是可以用chmod -x / path / to / apachebinary强制它