httpd099 --- A www server for Minix 2.0 written by Michael Temari release 0.99 2002-12-30 httpd is a World Wide Web (WWW) server. I wrote it from scratch so the setup and configuration will not be like other web servers though hopefully by reading this document there will be no problems in getting my web server up and running on your Minix system. This is the server in use on minix1.hampshire.edu and minix1.bio.umass.edu. Installation: unpack the tarball in /usr/local/src or another directory of your choice: zcat < httpd099.tar.Z | tar xvfp - An httpd099 directory will be created and files will be unpacked there. The README file explains compilation, installation, configuration, and use. Changes for release 0.99: You can set a default in the httpd.mtype file. A mime type with no extensions on a line will be the default. Previously recompilation was needed to change the default mime type. Note: the source files in this archive are identical to the version posted at http://TemWare.Com/files/httpd.tar.Z, but the archive has been repackaged with this file added, so the archive posted here differs slightly in size from the version at temware.com. notes by asw 2002-08-22 updated 2003-01-01