apache2服务器保持超时3周前工作正常

error.log是空的,当我连接到这个域,我得到超时错误。

NameVirtualHost 23.23.23.23 <VirtualHost 23.23.23.23> ServerAdmin webmaster@localhost DocumentRoot /var/www/ RewriteLog /var/log/rewrite RewriteLogLevel 9 <Directory /> Options FollowSymLinks Order allow,deny Allow from all ErrorDocument 404 /hi.html ErrorDocument 403 /hi.html ErrorDocument 500 /hi.html </Directory> <Directory "/var/www/"> AllowOverride AuthConfig FileInfo Options # The Options below is an example. Use what you deem is necessary. Options MultiViews SymLinksIfOwnerMatch IncludesNoExec IndexIgnore * Order allow,deny allow from all ErrorDocument 404 /hi.html ErrorDocument 403 /hi.html ErrorDocument 500 /hi.html </Directory> ErrorLog /var/log/apache2/error.log LogLevel crit </virtualhost> 

我重置了我的服务器。 DNS工作正常。 然而,每当它超时,应该有一些错误logging,但没有任何! 所以我不知道如何解决这个问题。

开始收集服务器的一些统计数据。 现在你很盲目

安装munin,并绘制加载/内存使用情况/进程数量/ Apache进程和服务页面的数量图表。

你也可以安装sysstat来获得原始的数字统计。 不pipe你的发行版是什么,你都应该可以在标准库中find。