重啟service httpd restart時候無法完全重啟,出現(xiàn)錯誤
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.x.xx for ServerName
網(wǎng)上解決辦法:編輯httpd.conf,加入ServerName? 【localhost】:80
vi /etc/httpd/conf/httpd.conf?? 加入一句? ServerName? 192.168.x.xx:80
結(jié)果就能啟動了: service httpd restart