本文介绍了如何找出时间阿帕奇最后重新启动?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经安装了 kloxo
控制面板VPS。我使用的CentOS 5.8的32位
。
I have a VPS with kloxo
control panel installed. I am using CentOS 5.8 32-bit
.
我今天重新启动Apache的,但忘了的时候,我做到了。知道确切的时间是非常重要的。
I restarted Apache today but forgot the time when I did. It is very important to know the exact time.
我能找到它使用日志文件或SSH命令?
Can I find it out using the log files or SSH command?
推荐答案
通过在命令SSH和类型登录到你的VPS:
Log in into your VPS via SSH and type in the command:
grep resuming /var/log/httpd/error_log
这篇关于如何找出时间阿帕奇最后重新启动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!