NestorWeb, Web server for MSX with support for CGI scripts
NestorWeb is a web server for MSX computers, with support for CGI scripts. As simple as that.
System requirements are:
The good:
GET
and HEAD
verbs supported.Last-Modified
header as part of the response and honors the If-Modified-Since
header if present in the request (provided that the file has a valid last modification date).Content-Disposition: attachment
header) if ?a=1
is added to the request...
are rejected for security (so that files outside of the base directory aren't accessible)Cache-Control
header specifying a cache duration of 1 hour./
it sends a 308 Moved Permanently
response to the same location ending with /
, this is necessary so that relative links to files within the directory render correctly in browsers.INDEX.HTM
file if a directory is requested (only if directory listings are disabled).The not-so-good:
Content-Type
is never sent when serving files.mkdir -p package/
unzip cgi-bin.zip
mv nweb.com package/
mv cgi-bin package/
unix2dos README.MD
mv README.MD package/
unix2dos LICENSE.TXT
mv LICENSE.TXT package/
hub install NWEB