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
- * Tue Nov 22 22:00:00 2005 Wart <wart at kobold.org> - 3.5.1-5
- Move bin/httpdthread.tcl out of the bin directory.
- * Sun Nov 20 22:00:00 2005 Wart <wart at kobold.org> - 3.5.1-4
- Use fedora_useradd/fedora_userdel to create/delete the tclhttpd user.
- Added BuildRequires: autoconf.
- Clean up file permissions to remove many rpmlint warnings.
- * Thu Jul 7 23:00:00 2005 <wart at kobold.org> - 3.5.1-3
- Add 'restart' in the rpm postun stage. Add post/preun requirements
for /sbin/chkconfig and /sbin/service.
- Changed the default runlevel in the init script to '-' to prevent the
service from being started by default.