freebsd-dev/release/picobsd/tinyware/simple_httpd
1999-02-12 20:36:13 +00:00
..
Makefile Merge from RELENG_3. 1999-02-12 20:36:13 +00:00
README Merge from RELENG_3. 1999-02-12 20:36:13 +00:00
simple_httpd.c Merge from RELENG_3. 1999-02-12 20:36:13 +00:00

This is a small HTTP server. This version is under BSD license.
It's very simple, yet sufficient for serving basic Web contents,
including ability to run CGI scripts.

How to use it?
==============

Compile, and run:

	simple_httpd <port>

If you're root, the document directory will be /httphome. If you're
not, then first of all you need to use the <port> option (>1023).
Then, the document root will be ${HOME}/httphome.

Log messages will be written out to /var/log/jhttpd.log .

Credits
=======

This program was contributed by Marc Nicholas <marc@netstor.com>

$Id: README,v 1.2.2.1 1999/02/05 12:21:41 abial Exp $