centos7 如何查看启动服务的完整日志消息
/var/log/messages核心系统日志文件
etc/logrotateconf
messages由syslogd这个守护进程产生的,如果停掉这个服务则系统不会产生/var/log/messages
/var/log/wtmp 查看用户登录历史 last
lastlog 所有的用户登陆信息网页链接
/var/log/btmp lastb 查看无效登录历史
/var/log/maillog
/var/log/secure
dmesg
/var/log/dmesg 系统启动产生的硬件信息
其实一楼说的特别细致,总结一下,centos74Apache服务器开启httpd服务
命令:
systemctl start httpdservice
查看是否开启服务
systemctl status httpdservice
开启服务器就可以了,如果还是不好使,就把Linux里的防火墙关了
也是这个命令
systemctl stop firewalld
systemctl disable firewalld
查看是否关闭
systemctl status firewalld
记得关闭selinux,都是国赛选手,你应该知道的,如果selinux不知道怎么关,就去湖北游玩一圈叭
0条评论