<p>解决httpd: Could not reliably determine the server&#39;s fully qualified domain name</p><p>解决方案:</p><p>用记事本打开 httpd.conf</p><p>将里面的 #ServerName localhost:80 注释去掉即可。</p><p>再执行 httpd</p><p>然后可以通过浏览器访问 http://localhost:80 ,如果页面显示 &quot;It works!&quot; ,即表示apache已安装并启动成功。</p><p>using localhost.localdomain for ServerName 说不能确认服务器完全确认域名 localhost.localdoman 这个问题怎么解决</p><p></p><p>最佳答案:<br/></p><pre class="brush:bash;toolbar:false">vi/etc/httpd/conf/httpd.conf加入一句ServerNamelocalhost:80</pre><p></p>
返回顶部 留言