Files in directory /DIST_build of check-in ee9d67673ebb6177
- DIST
- Makefile.boot
- README
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.6 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/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:[email protected]
You must be a member to post to this list. To join, send a message
with the subject of "subscribe" to
[email protected]
There are archives of the list at
http://dev.ajubasolutions.com/lists/tcl-httpd
Brent Welch <[email protected]> (our new identity)
or <[email protected]> (our original company name)
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.