--- Quote Start ---
originally posted by albertyong88@Nov 16 2006, 12:18 AM
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
--- quote end ---
--- 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:~$ --- Quote End ---
I am more confused now. Pls help.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19454)</div>
[/b]
--- Quote End ---
Please start it over,
make clean
make menuconfig
Kernel/Library/Defaults Selection-->
[*] Default all settings (lose changes)
Then build through the image, without touching anyother config.
Then boot nios2, start boa with "boa &", and run the wget test (on nios2 , not your pc).