容器技术交流

 找回密码
 立即注册
查看: 3514|回复: 6

CENTOS 5.7 安装遇到的问题

[复制链接]
发表于 2011-9-29 22:57:12 | 显示全部楼层 |阅读模式
本帖最后由 yushu001 于 2011-9-29 23:02 编辑

安装过程一切顺利,现在的问题是,安装成功后通过IP直接访问不到任何页面,还没有简历任何网站呢,前面装的那个显示404才是正常的。

绑定域名的网站也不能访问。
发表于 2011-9-30 00:21:57 | 显示全部楼层
奇怪,你确定下80端口开了吗?
或:ps -ef 看下nginx和fastcgi启动了吗?
 楼主| 发表于 2011-9-30 23:40:46 | 显示全部楼层
  1. UID PID PPID C STIME TTY TIME CMD
  2. root 1 0 0 22:27 ? 00:00:02 init [3]
  3. root 2 1 0 22:27 ? 00:00:00 [migration/0]
  4. root 3 1 0 22:27 ? 00:00:00 [ksoftirqd/0]
  5. root 4 1 0 22:27 ? 00:00:00 [migration/1]
  6. root 5 1 0 22:27 ? 00:00:00 [ksoftirqd/1]
  7. root 6 1 0 22:27 ? 00:00:00 [migration/2]
  8. root 7 1 0 22:27 ? 00:00:00 [ksoftirqd/2]
  9. root 8 1 0 22:27 ? 00:00:00 [migration/3]
  10. root 9 1 0 22:27 ? 00:00:00 [ksoftirqd/3]
  11. root 10 1 0 22:27 ? 00:00:00 [events/0]
  12. root 11 1 0 22:27 ? 00:00:00 [events/1]
  13. root 12 1 0 22:27 ? 00:00:00 [events/2]
  14. root 13 1 0 22:27 ? 00:00:00 [events/3]
  15. root 14 1 0 22:27 ? 00:00:00 [khelper]
  16. root 15 1 0 22:27 ? 00:00:00 [kthread]
  17. root 21 15 0 22:27 ? 00:00:00 [kblockd/0]
  18. root 22 15 0 22:27 ? 00:00:00 [kblockd/1]
  19. root 23 15 0 22:27 ? 00:00:00 [kblockd/2]
  20. root 24 15 0 22:27 ? 00:00:00 [kblockd/3]
  21. root 25 15 0 22:27 ? 00:00:00 [kacpid]
  22. root 187 15 0 22:27 ? 00:00:00 [cqueue/0]
  23. root 188 15 0 22:27 ? 00:00:00 [cqueue/1]
  24. root 189 15 0 22:27 ? 00:00:00 [cqueue/2]
  25. root 190 15 0 22:27 ? 00:00:00 [cqueue/3]
  26. root 193 15 0 22:27 ? 00:00:00 [khubd]
  27. root 195 15 0 22:27 ? 00:00:00 [kseriod]
  28. root 276 15 0 22:27 ? 00:00:00 [khungtaskd]
  29. root 277 15 0 22:27 ? 00:00:00 [pdflush]
  30. root 278 15 0 22:27 ? 00:00:00 [pdflush]
  31. root 279 15 0 22:27 ? 00:00:00 [kswapd0]
  32. root 280 15 0 22:27 ? 00:00:00 [aio/0]
  33. root 281 15 0 22:27 ? 00:00:00 [aio/1]
  34. root 282 15 0 22:27 ? 00:00:00 [aio/2]
  35. root 283 15 0 22:27 ? 00:00:00 [aio/3]
  36. root 502 15 0 22:27 ? 00:00:00 [kpsmoused]
  37. root 567 15 0 22:27 ? 00:00:00 [mpt_poll_0]
  38. root 568 15 0 22:27 ? 00:00:00 [mpt/0]
  39. root 569 15 0 22:27 ? 00:00:00 [scsi_eh_0]
  40. root 575 15 0 22:27 ? 00:00:00 [ata/0]
  41. root 576 15 0 22:27 ? 00:00:00 [ata/1]
  42. root 577 15 0 22:27 ? 00:00:00 [ata/2]
  43. root 578 15 0 22:27 ? 00:00:00 [ata/3]
  44. root 579 15 0 22:27 ? 00:00:00 [ata_aux]
  45. root 595 15 0 22:27 ? 00:00:00 [kstriped]
  46. root 616 15 0 22:28 ? 00:00:00 [kjournald]
  47. root 641 15 0 22:28 ? 00:00:00 [kauditd]
  48. root 674 1 0 22:28 ? 00:00:00 /sbin/udevd -d
  49. root 1870 15 0 22:28 ? 00:00:00 [kmpathd/0]
  50. root 1871 15 0 22:28 ? 00:00:00 [kmpathd/1]
  51. root 1872 15 0 22:28 ? 00:00:00 [kmpathd/2]
  52. root 1873 15 0 22:28 ? 00:00:00 [kmpathd/3]
  53. root 1874 15 0 22:28 ? 00:00:00 [kmpath_handlerd]
  54. root 1899 15 0 22:28 ? 00:00:00 [kjournald]
  55. root 1985 15 0 22:28 ? 00:00:00 [iscsi_eh]
  56. root 2049 15 0 22:28 ? 00:00:00 [cnic_wq]
  57. root 2071 15 0 22:28 ? 00:00:00 [ib_addr]
  58. root 2088 15 0 22:28 ? 00:00:00 [ib_mcast]
  59. root 2089 15 0 22:28 ? 00:00:00 [ib_inform]
  60. root 2090 15 0 22:28 ? 00:00:00 [local_sa]
  61. root 2097 15 0 22:28 ? 00:00:00 [iw_cm_wq]
  62. root 2104 15 0 22:28 ? 00:00:00 [ib_cm/0]
  63. root 2105 15 0 22:28 ? 00:00:00 [ib_cm/1]
  64. root 2106 15 0 22:28 ? 00:00:00 [ib_cm/2]
  65. root 2107 15 0 22:28 ? 00:00:00 [ib_cm/3]
  66. root 2113 15 0 22:28 ? 00:00:00 [rdma_cm]
  67. root 2135 1 0 22:28 ? 00:00:00 brcm_iscsiuio
  68. root 2142 1 0 22:28 ? 00:00:00 iscsid
  69. root 2143 1 0 22:28 ? 00:00:00 iscsid
  70. root 2547 1 0 22:28 ? 00:00:00 syslogd -m 0
  71. root 2550 1 0 22:28 ? 00:00:00 klogd -x
  72. dbus 2575 1 0 22:28 ? 00:00:00 dbus-daemon --system
  73. root 2625 1 0 22:28 ? 00:00:00 /usr/sbin/sshd
  74. root 2641 1 0 22:28 ? 00:00:00 gpm -m /dev/input/mice -t exps2
  75. root 2654 1 0 22:28 ? 00:00:00 crond
  76. xfs 2677 1 0 22:28 ? 00:00:00 xfs -droppriv -daemon
  77. avahi 2691 1 0 22:28 ? 00:00:00 avahi-daemon: running [www3.local]
  78. avahi 2692 2691 0 22:28 ? 00:00:00 avahi-daemon: chroot helper
  79. 68 2706 1 0 22:28 ? 00:00:01 hald
  80. root 2707 2706 0 22:28 ? 00:00:00 hald-runner
  81. 68 2715 2707 0 22:28 ? 00:00:00 hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event
  82. 68 2720 2707 0 22:28 ? 00:00:00 hald-addon-keyboard: listening on /dev/input/event0
  83. root 2729 2707 0 22:28 ? 00:00:01 hald-addon-storage: polling /dev/hdc
  84. root 2802 1 0 22:28 ? 00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=lu_mysql --basedir=/usr/local/mysql --datadir=/home/mysql_dat
  85. lu_mysql 2902 2802 0 22:28 ? 00:00:00 /usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql --datadir=/home/mysql_data --user=lu_mysql --log-e
  86. root 2947 1 0 22:28 ? 00:00:00 /usr/local/apache_LuManager/bin/httpd -k start
  87. root 2970 1 0 22:28 ? 00:00:00 pure-ftpd (SERVER)
  88. root 3004 1 0 22:28 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx
  89. root 3039 1 0 22:28 ? 00:00:00 /usr/local/apache/bin/httpd -k start
  90. root 3120 1 0 22:28 tty1 00:00:00 /sbin/mingetty tty1
  91. root 3121 1 0 22:28 tty2 00:00:00 /sbin/mingetty tty2
  92. root 3122 1 0 22:28 tty3 00:00:00 /sbin/mingetty tty3
  93. root 3123 1 0 22:28 tty4 00:00:00 /sbin/mingetty tty4
  94. root 3124 1 0 22:28 tty5 00:00:00 /sbin/mingetty tty5
  95. root 3125 1 0 22:28 tty6 00:00:00 /sbin/mingetty tty6
  96. lu_bind 3814 1 0 23:13 ? 00:00:00 /usr/local/bind/sbin/named -ulu_bind -c /usr/local/bind/etc/named.conf
  97. daemon 4429 3039 0 23:27 ? 00:00:00 /usr/local/apache/bin/httpd -k start
  98. daemon 4430 3039 0 23:27 ? 00:00:00 /usr/local/apache/bin/fcgi- -k start
  99. daemon 4462 3039 0 23:27 ? 00:00:00 /usr/local/apache/bin/httpd -k start
  100. daemon 4472 3004 0 23:27 ? 00:00:00 nginx: worker process
  101. daemon 4491 3004 0 23:27 ? 00:00:00 nginx: worker process
  102. daemon 4497 3004 0 23:27 ? 00:00:00 nginx: worker process
  103. daemon 4499 3004 0 23:27 ? 00:00:00 nginx: worker process
  104. root 4509 1 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  105. zijidelu 4510 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  106. zijidelu 4511 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  107. zijidelu 4512 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  108. zijidelu 4513 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  109. zijidelu 4514 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  110. zijidelu 4515 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  111. zijidelu 4516 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  112. zijidelu 4517 4509 0 23:27 ? 00:00:00 /usr/local/php_fcgi/bin/php-cgi --fpm --fpm-config /usr/local/php_fcgi/etc/vhost/9000.conf
  113. root 4552 2625 0 23:32 ? 00:00:00 sshd: root@pts/0
  114. root 4554 4552 0 23:32 pts/0 00:00:00 -bash
  115. 1500 4586 2947 0 23:33 ? 00:00:00 /usr/local/apache_LuManager/bin/httpd -k start
  116. 1500 4587 2947 0 23:33 ? 00:00:00 /usr/local/apache_LuManager/bin/httpd -k start
  117. root 4591 4554 0 23:34 pts/0 00:00:00 ps -ef
复制代码

发表于 2011-10-1 00:03:21 | 显示全部楼层
机房白名单或IP 80被墙。
 楼主| 发表于 2011-10-1 00:06:33 | 显示全部楼层
曾志伟 发表于 2011-10-1 00:03
机房白名单或IP 80被墙。

他们说没有呀
发表于 2011-10-1 00:10:54 | 显示全部楼层
记得你说用其它非80端口可以访问,这就说明LUM程序正常运行。

在你本机 tracert youdomain.com  看是否能到达,如果在哪个节点挂了,查询该结点IP是哪的路由,就知道在哪被封的。
 楼主| 发表于 2011-10-1 00:37:10 | 显示全部楼层
  1. 1    49 ms    57 ms    64 ms  115.168.91.141

  2.   2    67 ms    41 ms    59 ms  141.2.178.61.wg.gs.dynamic.163data.com.cn [61.17

  3. 8.2.141]

  4.   3    40 ms    62 ms    62 ms  202.97.47.66

  5.   4    69 ms    71 ms    72 ms  202.97.37.157

  6.   5   194 ms    81 ms    99 ms  202.97.65.13

  7.   6     *        *        *     Request timed out.

  8.   7   100 ms    70 ms    91 ms  61.155.132.182

  9.   8    93 ms    95 ms    91 ms  61.155.132.218



  10. Trace complete.

复制代码
中间确实有不通的地方,不知道是不是被屏蔽了?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|URLOS ( 粤ICP备18087780号 )

GMT+8, 2025-7-7 09:32 , Processed in 0.032201 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表