Pay attention to the following:
- The server is working fine using a CGI.
- The CGI should be run in the correct directory for relative path file access.
- You have to test the CGI with the
GET and POST methods.
- You need to test it with files containing errors to see if the error handling works properly. You can use a script containing an infinite loop or an error; you are free to do whatever tests you want within the limits of acceptability that remain at your discretion.
Pay attention to the following:
GETandPOSTmethods.