CGI application
1. Source Code Writing
I have uploaded my own simple CGI test code to csdn for you to download. If you have any shortcomings, I hope you will not be enlightened.
Address: http://download.csdn.net/source/3131289
2. Establish the environment
Copy the compiled CGI File, HTML file, lib library, and include folder to the/var/WWW (DocumentRoot configured in Boa. conf) Directory of the Development Board.
3. Test
Open ie in the PC where the Development Board is connected by a network cable.
Enter http: // 192.168.1.168/index.html in the address bar
Press enter to access the page.
Application of CGI programs
Coding
I have uploaded my own CGI Source code to the csdn for all to download, and if inadequate, hope you let me know.
Address:
Http://download.csdn.net/source/3131289
Build Environment
Copy HTML, lib libraries, include folder to the/var/WWW (DocumentRoot in Boa. conf) Directory of the Development Board.
Test
Connect PC with the Board to open the IE browser.
In the address bar: http: // 192.168.1.168/index.html
Can successful visit to the page after enter.