启动apache服务出现Job failed. See system logs and 'systemctl status' for details. .
原创
©著作权归作者所有:来自51CTO博客作者tellnet的原创作品,请联系作者获取转载授权,否则将追究法律责任

提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
logrotate - rotates, compresses, and mails system logs
Linux系统自带的logratate自带的日志滚动压缩的工具,性能很高,经常使用来压缩程序的日志。参考:lograte 实现方式原理参考:http://www.cnblogs.com/sailrancho/p/4784763.html记住默认滚动的方式是最好的,建议不要去改成第二种(copyctruncate)。第二种方式是,比如你要滚动,nginx_access.log,copyctrunca
logrotate - rotates compresses and mails system lo