freebsd-dev/release/picobsd/tinyware/simple_httpd/README

24 lines
621 B
Plaintext
Raw Normal View History

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.
1998-08-27 17:38:45 +00:00
1999-02-12 20:36:13 +00:00
How to use it?
==============
1998-08-27 17:38:45 +00:00
1999-02-12 20:36:13 +00:00
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 $