source: trunk/minix/commands/httpd/httpd0993.txt@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.6 KB
Line 
1httpd0993 --- A www server for Minix 2.0
2written by Michael Temari <Michael@TemWare.Com> release 0.993 2003-07-??
3
4Httpd is a World Wide Web (WWW) server. I wrote it from scratch so
5the setup and configuration will not be like other web servers though
6hopefully by reading this document there will be no problems in getting
7my web server up and running on your Minix system.
8
9This is the web server in use on minix1.hampshire.edu and
10minix1.bio.umass.edu.
11
12Installation: unpack the tarball in /usr/local/src or another directory
13of your choice:
14zcat < httpd0993.tar.Z | tar xvfp -
15
16An httpd0993 directory will be created and files will be unpacked
17there. The README file explains compilation, installation,
18configuration, and use.
19
20Changes for release 0.993:
21
22- a new method of authorizing proxy. You will no longer need the Proxy
23entry in Auth and can remove the http://* entry in vpath. The old way
24allowed for having different authorizations depending on what URLs were
25asked for via proxy, i.e., you could allow proxy access only to
26http:://www.hampshire.edu/. Now it is just a simple authorization for
27allowing proxy or not.
28
29- avoids using a Minix 2.0.3 library call that was not present in Minix
302.0.2, and thus can be compiled with either of the two most recent
31Minix releases.
32
33- a -v option has been added to display the current version then exit.
34
35- man pages added, other documentation updated.
36
37Changes for release 0.99: You can set a default in the httpd.mtype
38file. A mime type with no extensions on a line will be the default.
39Previously recompilation was needed to change the default mime type.
40
41updated 2003-07-07
Note: See TracBrowser for help on using the repository browser.