Hi,
I have a DM816x EVM and I am trying to get a CGI program running on it. I am using a CGI program I compiled from code I downloaded at www.boutell.com/cgic. The code has a GCI library for C and a sample application (cgictest.cgi) to put the library through its paces. I successfully compiled the Boutell code with CCS 5.1 and put it on my EVM in the /srv/www/cgi-bin directory.
When I try to point my web browser to the cgictest.cgi program on the EVM I get the message:
500 Internal Error
There was an unusual problem serving the requested URL 'cgi-bin/cgitest.cgi'.
What am I doing wrong here?
I would like to use thttpd to serve web pages which would be used to set up our network appliance.
Paul Randall