
09-24-2006, 09:07 PM
|
|
New Member
|
|
Join Date: Sep 2006
Posts: 5
|
|
Xing, Thanks for the quick reply.
There is no firewall/loadbalancer between litespeed and WAN. My server is colocated at an ISP and directly connected to the WAN. I even did "service iptables stop" but made no difference. I tested with http://69.13.19.28/ which is on the same subnet but is working fine.
I did a test with wget under unix to both servers. Please see the result below. Could it be a configuration problem? I tested with everything by default. If possible, could you email me to cxiemlog@gmail.com , I'll send you root access to the box, and please help me from there. My project is past due and I desperately need an answer to my boss. Thank you very much.
============
rac2:~: wget -S http://69.13.19.28
--23:50:28-- http://69.13.19.28/
=> `index.html.108'
Connecting to 69.13.19.28:80... connected.
HTTP request sent, awaiting response...
1 HTTP/1.1 200 OK
2 Date: Mon, 25 Sep 2006 03:57:49 GMT
3 Server: Apache/2.0.50 (Win32) PHP/4.3.0 mod_ssl/2.0.44 OpenSSL/0.9.6g JRun/4.0
4 Set-Cookie: CFID=23714485;expires=Wed, 17-Sep-2036 03:56:58 GMT;path=/
5 Set-Cookie: CFTOKEN=44646743;expires=Wed, 17-Sep-2036 03:56:58 GMT;path=/
6 Set-Cookie: CFCLIENT_UITOOLKITSSAMPLES=;expires=Wed, 17-Sep-2036 03:56:58 GMT;path=/
7 Set-Cookie: CFGLOBALS=urltoken%3DCFID%23%3D23714485%26CFTOKEN% 23%3D44646743%23lastvisit%3D%7Bts%20%272006%2D09%2 D24%2022%3A57%3A49%27%7D%23timecreated%3D%7Bts%20% 272006%2D09%2D24%2022%3A57%3A49%27%7D%23hitcount%3 D2%23cftoken%3D44646743%23cfid%3D23714485%23;expir es=Wed, 17-Sep-2036 03:56:58 GMT;path=/
8 Connection: close
9 Content-Type: text/html; charset=UTF-8
[ <=> ] 288 281.25K/s
23:50:28 (281.25 KB/s) - `index.html.108' saved [288]
rac2:~: wget -S http://69.13.19.238
--23:51:07-- http://69.13.19.238/
=> `index.html.109'
Connecting to 69.13.19.238:80... connected.
HTTP request sent, awaiting response...
Read error (Connection reset by peer) in headers.
Retrying.
--23:51:08-- http://69.13.19.238/
(try: 2) => `index.html.109'
Connecting to 69.13.19.238:80... connected.
HTTP request sent, awaiting response...
1 HTTP/1.0 200 OK
2 Server: LiteSpeed
3 Date: Mon, 25 Sep 2006 03:50:24 GMT
4 Accept-Ranges: bytes
5 Connection: close
6 ETag: "6ff-45155a19-1de9da"
7 Last-Modified: Sat, 23 Sep 2006 16:00:25 GMT
8 Content-Type: text/html
9 Content-Length: 1791
100%[====================================>] 1,791 1.71M/s ETA 00:00
23:51:08 (1.71 MB/s) - `index.html.109' saved [1791/1791]
|