This HTTPD is written in Tcl and Tk.
Written by Stephen Uhler and Brent Welch of Sun Microsystems Laboratory.
See the file "license.terms" for information on usage and redistribution
of this file, and for a DISCLAIMER OF ALL WARRANTIES.

Last update: Fri Jul 11 16:23:59 PDT 1997

It requires Tcl7.5 and Tk4.1, or higher.
It works with the latest 8.0 release.
I'd avoid 8.0b1 because fcopy doesn't handle errors right.

This runs under either tclsh or wish.
With wish you get a simple GUI that shows some counters.

For a quick test that runs a server on port 8015, do
UNIX:
	tclsh bin/httpd -debug
Windows:
	Run wish or tclsh and source the bin/win95 script
Macintosh:
	You'll need to edit httpd and tune the file names because I
	haven't gotten around to this yet. Then source the file from
	the source menu.  Send me a copy of your tuned script, please.

In general you'll need to edit bin/httpd (make a copy...) to
set the parameters in the QUICK START or CONFIGURATION area.

If you have Scotty installed, then you can try out the SNMP demo.
You'll need to arrange to have the Tnm*.so library on the
auto_path for your shell.  I have found that 2.1.5 works
with 8.0a2, but not with 8.0b1 because Tcl_GetFile has gone.

There is a mailing list for users of the Tcl web server.
Send a message containing the word "subscribe" to
tcl-httpd-request@sunlabs.sun.com
Send messages for the list to
tcl-httpd@sunlabs.sun.com

Bugs and comments to the mailing list, or to <Brent.Welch@eng.sun.com>
Put "httpd" in the subject of the mail so I can sort it automatically.

The current URL for the distribution is
ftp://ftp.sunlabs.com/tclhttpd.tar.Z

There is documentation at
http://sunscript.sun.com/products/tclhttpd/
