Forum Discussion
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 :...
Altera_Forum
Honored Contributor
21 years agoWhat is the name of your .exe file, and how does it appear in the filesystem on the board?
For example, if I put a file, test.exe, in the /target/home/httpd/cgi-bin/ folder in my filesystem project, then rebuild and upload this project, it will appear as/home/httpd/cgi-bin/test when I log in and view it through nios2-terminal. As well, its permissions will be -rwx-xr-x Does your executable differ from this in any way?