Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCGI?
Hello everyone: Does the boa webserver ("pre-buit version" provided by Microtronix) support CGI ? In the directory:"/c/altera/kits/nios2/examples/software/linux/apps/boa/util", the...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by albertyong88@Nov 15 2006, 08:15 PM hello,
i need some help on boa. on the uclinux-dist, i included boa in make menuconfg, then i did
make romfs
make
make linux
make image
i can see /home/httpd and files inside it.
when i start boa, and use a browser to point to it, it doesn't seem to display anything.
please help.
my uclinux is
/home/httpd> cat /proc/version
linux version 2.6.17-uc1 (uclinux@colinux) (gcc version 3.4.6)# 46 preempt wed nov 15 06:59:46 est 2006
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19442)
--- quote end ---
--- Quote End --- It should work with default uClinux-dist nios2 config. You need only to enable your ether driver. I have tested with both firefox browser and IE. check, 1. ifconfig, can you see your eth0 dev ? can you ping to/from your pc? 2. netstat -a , can you see http service ? 3. wget http://localhost/index.html (http://localhost/index.html) , try connect from local