apache2 服务器一直超时 3 周前运行正常

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 工作正常。但是每当它超时时,应该会记录一些错误,但什么都没有!所以我不知道如何解决这个问题。

答案1

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

安装穆宁并绘制负载/内存使用情况/进程数/ apache 进程数和服务页面数的图表。

您还可以安装系统状态获取原始数字统计。无论您的发行版是什么,您都应该能够在标准存储库中找到它们。

相关内容