大家好,小弟用的Ubuntu版本為18.04 LTS,
最近在啟動apache2時出現了一個很莫名的錯誤,
全文如下:
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset:
enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: failed (Result: exit-code) since Sat 2018-11-03 02:41:44 CST; 3s ago
Process: 23648 ExecStart=/usr/sbin/apachectl start (code=exited, status=127)
大約兩三個禮拜前在開發上都沒有遇過這種問題,
最近要重新開始時要啟動service時就發生錯誤。
上網查了一下 127 是command not found的錯誤,
但我是要啟動一個server呀? 怎麼會出現這種錯誤啊?
(在Terminal內打apache2一樣是command not found, 但應該跟這個沒關係,畢竟我連
server都開不起來)
解到有點茫然,而且應該都沒有有意地改apache的東西,從上次開發完後就沒再動過了。
懇請各位大神解答,謝謝。