apache2: Could not reliably determine the server's fully qualified domain name
Posted on 2015-11-09 22:09 季枫 阅读(269) 评论(0) 收藏 举报错误信息:
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
解决方法:
sudo gedit /etc/apache2/apache2.conf
在文件后面加上:
#Server Name
ServerName 127.0.0.1
                    
                
                
            
        
浙公网安备 33010602011771号