#Apache 启动报错,但不影响使用 [/root]#/etc/init.d/httpd restart Stopping httpd:                     
原创 2009-10-08 11:28:02
684阅读
问题描述:apache服务虽启动成功,但启动时 报错 httpd: apr_sockaddr_info_get() failed for   [root@node0 ~]# /etc/init.d/httpd start Starting httpd: httpd: apr_sockaddr_info_get() failed for node0.example.com http
原创 2012-07-12 13:22:30
763阅读
httpd: apr_sockaddr_info_get() failed for server01     httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 经过查找发现,这个问题应该是没有在 /et
原创 2013-07-15 11:52:37
3224阅读
httpd: apr_sockaddr_info_get() failed for server01     httpd: Could not reliably determine the server's fully
原创 2013-07-15 11:52:37
88阅读
httpd启动报错:httpd: apr_sockaddr_info_get() failed for jsp...      今天在搭建Apache+tomcat整合环境的时候,遇到httpd启动报错这种情况,分析一下个人解决思路:报错内容如下:httpd: apr_sockaddr_i
原创 2013-08-30 16:39:10
1883阅读
1评论
httpd: apr_sockaddr_info_get() failed for cloud #这个函数我是不知道干嘛的了,看了一下文档只要解觉下面的那个问题就可以了,不影响使用 httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
原创 2014-04-06 02:37:34
841阅读
启动apache提示:httpd: apr_sockaddr_info_get() failed for koomihttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerNameSyntax OK解决方法:vim /etc/hosts/127.0
原创 2013-12-18 16:41:02
533阅读
httpd: apr_sockaddr_info_get() failed for xxxhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName在/usr/local/apache2/bin/apachectl start启动Apach
原创 2015-01-20 19:55:55
371阅读
如何解决linux下apache启动时httpd: apr_sockaddr_info_get() failed for 报错2012-04-09 16:36:24|  分类:liunx|字号订阅 今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apac
原创 2013-08-28 16:12:00
1016阅读
httpd: apr_sockaddr_info_get() failed for xxxhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName在/usr/local/apache2/bin/apachectl start启动Apach
原创 2015-01-20 19:58:12
2093阅读
httpd: apr_sockaddr_info_get() failed for www.yang.com
原创 2012-04-21 10:44:46
609阅读
http://blog.sina.com.cn/s/blog_5d3855450100momf.html安装了不少系统和apache,也没出现这样的问题。今天居然出现,想想系统是集团给安装的,可能设置hostname出现问题了,一查看主机名称被修改了。httpd: apr_sockaddr_info_get() failed for xxxhttpd: Could not reliably det
转载 精选 2016-03-24 12:16:12
627阅读
Starting httpd: httpd: apr_sockaddr_info_get() failed for DB2
原创 2014-11-30 10:51:57
2544阅读
在RedHat linux 5 服务器上配置好apache后,启动或者关闭时总要报个错: "httpd: apr_sockaddr_info_get() failed for XX(主机名) httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for
转载 精选 2012-07-14 20:21:26
1463阅读
转载自:http://www.cnblogs.com/Anker/p/3355039.html今天安装Apache httpd web服务器时,从官方网站上http://www.apache.org/dyn/closer.cgi下载httpd,然后在centos下解压,安装过程分为三部分:      (1)./configure      (2)make     
转载 2021-08-18 10:49:20
117阅读
在启动或重启apache时报以下错误,虽然没有影响,但总感觉怪怪的。httpd: apr_sockaddr_info_get() failed for 103.localdomainhttpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName解
原创 2015-03-09 20:30:24
772阅读
apache服务器启动时提示httpd: apr_sockaddr_info_get() failed for
原创 2018-11-24 11:49:48
751阅读
http://www.cnblogs.com/Anker/p/3355039.html今天安装Apache httpd web服务器时,从官方网站上http://www.apache.org/dyn/closer.cgi下载httpd,然后在centos下解压,安装过程分为三部分:      (1)./configure      (2)
转载 精选 2015-11-03 11:44:05
506阅读
  今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apache起来的时候就报如下错误:      httpd: apr_sockaddr_info_get() failed for bogon  
转载 精选 2013-01-18 23:37:50
715阅读
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make && make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed forbogon...
原创 2021-07-28 10:08:54
107阅读
  • 1
  • 2
  • 3
  • 4
  • 5