This document tests links to gateway program, both in specified CGI program
directories and in document directories that have been given execute permissions.
/cgi-bin/virt_test_2 the referenced file is a symbolic link to the actual program. Note that
the link does not have an extension mapping this file as a program.
However, the configuration of cgi program directories means that the
resource should always be executed, and never be
delivered as source.
./test_script.cgi The test script is located in the current directory.
./virt2_test_script.cgi the referenced file is a symbolic link to the actual program. Here
the actual program resides outside the web document directory.
./virt_test_script.cgi The referenced file is a symbolic link to the actual program, lying
in the current directory.
./virt_test_2 The referenced file is a symbolic link to the actual program, lying
in the current directory. However, this link does not have an extension
to map this onto a program, so it should be served out as text data....