Altera_Forum
Honored Contributor
20 years agoCGI problems with Sh and Boa
My CGI get request is not working. Following the information on the form I used the shell script with the echo command to test the server side.
1. test.cgi will only run on the server if I type in "sh test.cgi" at the command prompt# . Does BOA automatically equate a CGI extension to sh? 2. Does Boa have to be configured for CGI or do the defaults take care of it? The config file appears correct. 3. Should the CGI Form action look more like action="sh?cgi-bin/test.cgi" ?