MiniMax

MiniMax is a secure, fast and small (<60k) http/1.1 web server for Windows-based computers. It is ideal for a department or mid-sized company's intranet web-site or for personal use. It is also great for creating a web-site-on-a-CD-ROM. MiniMax requires no setup other than on the command line. Great care has been taken to ensure that MiniMax works every time, all the time, and that it cannot be hacked. MiniMax is free for corporate, personal, academic or government use. A license to distribute it is available, and Visual C++ source code is available.

Installing MiniMax is trivial, and it keeps a low memory profile.

It is available at www.infomage.com 

Installing MiniMax

  1. After unzipping MiniMax.zip, copy MiniMax.exe and CloseMiniMax.exe to a suitable folder. E.g., WEB/Binary/
  2. In your "StartUp" folder, Create a shortcut to MiniMax.exe with the path to the web root on the command line, and the path to the log folder in the "Start In" folder. For example

    Shortcut:
    "c:\WEB\Binary\MiniMax.exe" c:\WEB\WWWRoot
    Start In:   "c:\WEB\logs"

    Note: You may place quotes around the shortcut paths as shown, but do not place quotes around the web root path.

Testing MiniMax

A number of files have been included for testing your MiniMax install; they are bundled in 'testfiles.zip.' After installing MiniMax, unzip these files into your web folder (e.g., c:\WEB\WWWRoot). To test basic file serving, CGI with exe files, and CGI with Perl files, browse:

You can remove these files after testing.

Running MiniMax

Other Information