您好,登錄后才能下訂單哦!
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
問題情況:
[c-sharp] view plaincopy
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
解決步驟:
為了解決這個問題,你需要編輯下面這個httpd.conf文件,打開它并根據如下操作進行編輯:
[c-sharp] view plaincopy
sudo gedit /etc/apache2/httpd.conf
默認的httpd.conf是個空文件,現在向里面加入如下內容:
[c-sharp] view plaincopy
ServerName localhost
這里可以改成自己網站域名如www.baidu.com
保存并退出。
最后重啟服務器:
[c-sharp] view plaincopy
sudo /etc/init.d/apache2 restart
http://blog.csdn.net/firstboy0513/article/details/5866133
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。