当前位置: 技术问答>linux和unix
救救我~!如何在linux平台下实现最简单的apache安装?
来源: 互联网 发布时间:2014-12-04
本文导语: 只要apache可以启动就可以了,不必象网上教程提示的那样完全安装 不过已经安装上了apache,当执行: start:/etc/rc.d/init.d/httpd start 出现错误提示: httpd:Could not determine the server's fully qualified domain name,using 127.0.0...
只要apache可以启动就可以了,不必象网上教程提示的那样完全安装
不过已经安装上了apache,当执行:
start:/etc/rc.d/init.d/httpd start
出现错误提示:
httpd:Could not determine the server's fully qualified domain name,using 127.0.0.1for ServerName.
是哪里出了错误?还是偶的apache没有安装上啊?
请指教,多谢!!
不过已经安装上了apache,当执行:
start:/etc/rc.d/init.d/httpd start
出现错误提示:
httpd:Could not determine the server's fully qualified domain name,using 127.0.0.1for ServerName.
是哪里出了错误?还是偶的apache没有安装上啊?
请指教,多谢!!
|
是你的http.conf文件没有设对,打开查找ServerName 设为127。0。0。1即可,
不过你如果把它注释掉也应该可以启动的
不过你如果把它注释掉也应该可以启动的
|
是的,apache要反向解析你的域名,如果解析不出来就出错。
如果自己在httpd.conf里面设置了ServerName 它就不会反向解析了。
如果自己在httpd.conf里面设置了ServerName 它就不会反向解析了。