How do I run CGI scripts with MiniPortal?
CGI scripts should be placed into the domain CGI directory. On a default installation, this would be: C:/Program Files/InstantServers/MiniPortal/Apache/cgi-bin Note that if the cgi-bin directory is changed or a different cgi-bin directory is used for an additional domain, the script should be placed there instead. Also, the first line of each script (the ‘shebang’ line) must refer to the script interpreter. On a default installation using Perl, the first line would be: #!perl See the MiniPortal User Guide for more information.