This is a bundled distribution of TclHttpd, Tcl, the
Standard Tcl Library, and the Thread extension.

If you already have tcl 8.3 installed, then you can probably
run the Tcl Web Server directly from this distribtuion without
doing any installation steps:

cd tclhttpd3.2/bin
tclsh8.3 httpd.tcl -port 8001 -debug 1

If you get complaints about missing the Standard Tcl Library,
then you can install just that by running the install.sh script
in the tcllib0.7 directory.

If you want a clean install of everything, including a Tcl 8.3.2
that has thread enabled, then use the Makefile in the top-level directory.
This will compile things under the build directory, segregating
by platform into different subdirectories.

More Docs
There are a few more README-like files you should read:
tclhttpd3.2/INSTALL
tclhttpd3.2/README
tclhttpd3.2/WHATSNEW
tclhttpd3.2/ChangeLog
tclhttpd3.2/certs/README.ssl

Information about TclHttpd is at

http://dev.ajubasolutions.com/software/tclhttpd

The mailing list is
mailto:tcl-httpd@ajubasolutions.com
You must be a member to post to this list.  To join, send a message
with the subject of "subscribe" to
tcl-httpd-request@ajubasolutions.com

There are archives of the list at
http://dev.ajubasolutions.com/lists/tcl-httpd

I'm staring a new SourceForge project for tclhttpd.  Please see
http://sourceforge.net/projects/tclhttpd/
http://tclhttpd.sourceforge.net/
ftp://tclhttpd.sourceforge.net/projects/tclhttpd/

Brent Welch <welch@ajubasolutions.com>	(our new identity)
	or  <welch@scriptics.com>	(our original company name)
	or  <welch@acm.org>		(this should work always)


SSL Note:

Tcl 8.3.1 and the TLS 1.3 extension (not included here) have
some bugs.  You should use Tcl 8.3.2 and TLS 1.4 for stable SSL performance.
