Hi,
I started http service by
boa -c /home/httpd
but, the browser doesn't display the page
However, when I use
telnet 192.168.1.239 80
GET /index_old.html HTTP/1.1(enter)
Host: 192.168.1.239(enter)
(enter)
I get the following:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
HTTP/1.0 200 OK
Date: Tue, 30 Nov 1999 04:12:48 GMT
Server: Boa/0.93.15
Connection: close
Content-Type: text/html
Content-Length: 333
Last-Modified: Tue, 30 Nov 1999 00:00:02 GMT
<HTML>
<HEAD>
<TITLE>A test web page</TITLE>
</HEAD>
<BODY>
<H1>Test Page</H1>
If you are seeing this page, then your web server is working, and now
you need to create some nice pages to replace this one :-).
If everything has built correctly then the
<A HREF=/cgi-bin/cgi_demo>CGI Demo</A> should be here.
</BODY>
</HTML>
Connection closed by foreign host.
uclinux@colinux:~$[/b]
--- Quote End ---
I am more confused now. Pls help.