cgi-bin directory
There is no need for a cgi-bin directory to run CGIs on your Vex.Net web site. You can, however, create one for yourself under your web directory (usually public_html) if you want, but it will be the same as any other directory.
Any filename which ends in .cgi, and has been given the proper executable file permissions (chmod 755 or chmod a+rx), in any web directory will be considered a CGI script and executed.
Further, any file which ends in .py will also be considered a CGI script (because we like Python so much).

