问题
Failed to reload httpd.service: Job type reload is not applicable for unit httpd.service.
See system logs and ‘systemctl status httpd.service’ for details.
答案
systemctl stop httpd
systemctl start httpd
未能重新加载httpd.service:作业类型重新加载不适用于单元httpd.service。
最新推荐文章于 2024-08-16 11:23:47 发布
本文详细介绍了在遇到httpd.service无法通过systemctl进行reload时的解决方案。文章指出,当遇到‘Failed to reload httpd.service: Job type reload is not applicable for unit httpd.service’错误时,正确的做法是先使用’systemctl stop httpd’停止服务,然后用’systemctl start httpd’重新启动服务。
575

被折叠的 条评论
为什么被折叠?



