README revision 43939
1188943SthompsaThis is a small HTTP server. This version is under BSD license.
2188943SthompsaIt's very simple, yet sufficient for serving basic Web contents,
3188943Sthompsaincluding ability to run CGI scripts.
4188943Sthompsa
5188943SthompsaHow to use it?
6188943Sthompsa==============
7188943Sthompsa
8188943SthompsaCompile, and run:
9188943Sthompsa
10188943Sthompsa	simple_httpd <port>
11188943Sthompsa
12188943SthompsaIf you're root, the document directory will be /httphome. If you're
13188943Sthompsanot, then first of all you need to use the <port> option (>1023).
14188943SthompsaThen, the document root will be ${HOME}/httphome.
15188943Sthompsa
16188943SthompsaLog messages will be written out to /var/log/jhttpd.log .
17188943Sthompsa
18188943SthompsaCredits
19188943Sthompsa=======
20188943Sthompsa
21188943SthompsaThis program was contributed by Marc Nicholas <marc@netstor.com>
22188943Sthompsa
23188943Sthompsa$Id: README,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $
24188943Sthompsa