【发布时间】:2020-06-29 22:29:58
【问题描述】:
我的操作系统是 Red Hat Enterprise Linux 7。这不起作用...
# httpd -t
bash: httpd: command not found
如果有帮助,这是我运行的命令以在此框上重新启动 apache...
# systemctl restart httpd24-httpd
但这不起作用...
# httpd24-httpd -t
bash: httpd24-httpd: command not found
这也不行……
# apachectl -t
bash: apachetl: command not found
这也行不通...
# apachectl configtest
bash: apachetl: command not found
【问题讨论】: