- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
[root@centos6 conf]# /usr/local/apache/bin/apachectl status% Z( j5 b) p2 e1 z7 p8 q$ y
Looking up localhost5 S* x1 W. B; [ c& A6 V
Making HTTP connection to localhost7 V: C) v. V, W* i
Alert!: Unable to connect to remote host.
/ c9 J6 y* |, W( Y& _, M& } `: z: elynx: Can't access startfile http://localhost/server-status
5 x; N1 x$ T N# t( |
+ o& V0 L( i" Q7 ?2 D查看error.log日志3 A6 \4 c! V# @2 |$ @/ e
[Fri Jun 05 17:38:02 2020] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "centos6". {1 B u v' ^, F) Y
" J; M+ L- Q4 b6 U" T3 |2 ]& W) c解决方法:6 t; Y2 l( k8 K, L5 F7 s& f$ T
添加host域名解析:' {3 U: Y' `0 m( U6 H
vim /etc/hosts, c4 t; e% K: [7 f- h& l6 J
127.0.0.1 centos67 t! S6 Y% i; Q% D8 d5 r7 u
. K" D4 Y; D% ?8 J8 j[root@centos6 conf]# /usr/local/apache/bin/apachectl start
5 {4 s1 ~! ]+ h4 U[root@centos6 conf]# /usr/local/apache/bin/apachectl status, t, j. o3 k0 g6 H) D, j
Not Found( G& v$ ^- o" D. y
The requested URL /server-status was not found on this server.
% U) U) R, `2 p C* S6 ]& w) y# ^5 Z- I2 h4 d0 g/ g
, a B J& o$ C! F1 D
|
|