Saturday, November 5, 2011

Apache in linux Ubuntu(1)


root@chihhang-desktop:/etc# ./init.d/apache2 restart

Error message 
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
   ...done.
Solve
   vi /etc/apache2/httpd.conf
ServerName localhost 

http://plus-now.com/?p=4

Successful message
 * Restarting web server apache2
 ... waiting    ...done.


No comments:

Post a Comment

Register Transfer Level Design with Verilog (1) [ebook]

設計程式之所以有趣不外乎是它的千變萬化,同樣的結果卻有不同的寫法。 但這些不同寫法當中也並沒有分誰對誰錯,也沒有制定標準來規範何事該用何解。 這也就是我們設計者的珍貴!! [1] Primitive Instantiations 在Verilog中最基本的邏輯...