[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: <img src="http://ippath/photo.jpg"> not work,



thanks your replying
------------------------------------------------follow your instruct in bash shell ------------------------------------------------

www:/home/fsshl# telnet localhost 80
Trying ::1...
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
www:/home/fsshl# Get /file HTTP/1.0
bash: Get: command not found
www:/home/fsshl# telnet localhost 80 Get /file HTTP/1.0
Usage: telnet [-4] [-6] [-8] [-E] [-L] [-a] [-d] [-e char] [-l user]
        [-n tracefile] [-r] [host-name [port]]


--------------------------------------------------
-----------access.log---------------------
213.191.132.131 - - [23/Dec/2002:11:24:25 -0700] "GET / HTTP/1.0" 200 8243
213.191.132.131 - - [23/Dec/2002:11:24:51 -0700] "GET /case.jpg HTTP/1.0" 200 324850 213.191.132.131 - - [23/Dec/2002:11:24:52 -0700] "GET /computer2G.jpg HTTP/1.0" 200 282132 213.191.132.131 - - [23/Dec/2002:11:24:54 -0700] "GET /intelcpu2g.jpg HTTP/1.0" 200 5614 213.191.132.131 - - [23/Dec/2002:11:25:13 -0700] "GET /cdrom.jpg HTTP/1.0" 200 209235 213.191.132.131 - - [23/Dec/2002:11:25:13 -0700] "GET /motherboard.jpg HTTP/1.0" 200 239258 194.97.55.146 - - [23/Dec/2002:11:47:19 -0700] "CONNECT mtrap.freenet.de:25 HTTP/1.0" 405 231 194.97.55.146 - - [23/Dec/2002:11:47:20 -0700] "POST http://mtrap.freenet.de:25 HTTP/1.0" 405 228 194.97.55.146 - - [23/Dec/2002:11:47:20 -0700] "POST http://mail.centurtel.net:25 HTTP/1.0" 405 228 194.97.55.146 - - [23/Dec/2002:11:47:21 -0700] "POST http://localhost:25 HTTP/1.0" 405 228 63.205.225.170 - - [23/Dec/2002:13:39:08 -0700] "GET /case0.jpg HTTP/1.1" 404 215 63.205.225.170 - - [23/Dec/2002:13:39:15 -0700] "GET /case.jpg%22 HTTP/1.1" 404 215
63.205.225.170 - - [23/Dec/2002:13:39:32 -0700] "GET / HTTP/1.1" 200 8243
63.205.225.170 - - [23/Dec/2002:13:39:33 -0700] "GET /intelcpu2g.jpg HTTP/1.1" 200 5614 63.205.225.170 - - [23/Dec/2002:13:39:53 -0700] "GET /videocard.jpg HTTP/1.1" 200 231610 63.205.225.170 - - [23/Dec/2002:13:39:54 -0700] "GET /computer2G.jpg HTTP/1.1" 200 282132 63.205.225.170 - - [23/Dec/2002:13:40:03 -0700] "GET /case.jpg HTTP/1.1" 200 324850 63.205.225.170 - - [23/Dec/2002:13:40:11 -0700] "GET /memory.jpg HTTP/1.1" 200 104716 63.205.225.170 - - [23/Dec/2002:13:40:15 -0700] "GET /cdrom.jpg HTTP/1.1" 200 209235 63.205.225.170 - - [23/Dec/2002:13:40:35 -0700] "GET /harddisk.jpg HTTP/1.1" 200 254781 63.205.225.170 - - [23/Dec/2002:13:40:36 -0700] "GET /memory.jpg HTTP/1.1" 200 236343 63.205.225.170 - - [23/Dec/2002:13:40:46 -0700] "GET /motherboard.jpg HTTP/1.1" 200 406002 63.205.225.170 - - [23/Dec/2002:13:40:50 -0700] "GET /monitor.jpg HTTP/1.1" 200 97354 63.205.225.170 - - [23/Dec/2002:13:42:49 -0700] "GET /monitor.jpg HTTP/1.1" 200 356336
64.91.61.186 - - [23/Dec/2002:13:45:52 -0700] "GET / HTTP/1.1" 200 8243
64.91.61.186 - - [23/Dec/2002:13:45:53 -0700] "GET /computer2G.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:45:53 -0700] "GET /motherboard.jpg HTTP/1.1" 304 -
64.91.61.186 - - [23/Dec/2002:13:45:54 -0700] "GET /case.jpg HTTP/1.1" 304 -
64.91.61.186 - - [23/Dec/2002:13:45:54 -0700] "GET /intelcpu2g.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:45:54 -0700] "GET /cdrom.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:45:55 -0700] "GET /memory.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:45:59 -0700] "GET /videocard.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:45:59 -0700] "GET /monitor.jpg HTTP/1.1" 304 - 64.91.61.186 - - [23/Dec/2002:13:46:02 -0700] "GET /harddisk.jpg HTTP/1.1" 304 -
"access.log" 74L, 6232C
----------------------------------------------------------------------
----------------error.log-----------------------------------------
[Mon Dec 23 13:39:08 2002] [error] [client 63.205.225.170] File does not exist: /var/www/case0.jpg [Mon Dec 23 13:39:15 2002] [error] [client 63.205.225.170] File does not exist: /var/www/case.jpg"
-------------------------------------------------------------------------

hope to see your or any advancer's help again
thanks in advance

Brad Lay wrote:
telnet localhost 80

GET /file HTTP/1.0


(Thats ENTER, ENTER.)

What happens then? Look in the access.log and error.log as well.

You might want to tag a | less on the end of the telnet line, if you need
to scroll.

Try that and see what happens.



--
Sincere Eric
www.linuxspice.com
linux pc for sale



Reply to: