Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
tclhttpd: Extensible Web+Application server written in Tcl
- Summary
- TclHttpd is a Web server implemented in pure Tcl. It works out of the box as a
Web server, but is really designed to be a Tcl application server. It supports
HTML+Tcl templates, and is extensible in a variety of ways.
Changelog
- * Fri Jan 27 16:00:00 2006 Wart <wart at kobold.org> - 3.5.1-8
- Updated patch so that tclhttpd starts as root and then switches to
the tclhttpd user. This is necessary if tclhttpd is to listen
on port 80.
- * Sat Jan 21 16:00:00 2006 Wart <wart at kobold.org> - 3.5.1-7
- Check if the tclhttpd user exists before trying to create it
- * Sun Jan 15 16:00:00 2006 Wart <wart at kobold.org> - 3.5.1-6
- Use ghosted files for runtime state files.
- Update patch to remove build dependency on autoconf.