Altera_Forum
Honored Contributor
21 years agoHow to use boa?
I wanna add cgi scripts to my web server (boa), I do things like this:
1.select boa in the filesystem config. 2.make a dir with the name cgi-bin in /home/httpd 3.config boa.conf: add a line : ScriptAlias: /home/httpd/cgi-bin/ /cgi-bin/ 4.add a *.exe file(compiled by IDE,sorce is c language) to /home/httpd/cgi-bin/ 5.build filesystem & upload 6.ifconfig ...... 7 in IE, type the IP, I can see the default index page,but when I type http://ip/cgi-bin/*,that (http://ip/cgi-bin/*,that) show the exe file in text mode, that is unknown words. ps:the cgi script is run correctly by Apache in both Fedora Core 3 & Windows XP * is my cig file name why? Thanks a lot! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif