Path to this page:
Subject: CVS commit: pkgsrc/www/bozohttpd
From: matthew green
Date: 2003-03-13 13:06:20
Message id: 20030313120621.3E33AB004@cvs.netbsd.org
Log Message:
update to bozohttpd 20030313.
changes since bozohttpd 20021106:
o deprecate -r flag; make this the default and silently ignore -r now
o add support for file extentions to call CGI programs (from lukem)
o add dynamic support to add new content map entries, allowing both
new file types and non /cgi-bin CGI programs to be run with the
new -C "suffix cgihandler" and -M "suffix type \
encoding encoding11"
options
o in -b mode, set the http date after accept() returns, not before we
call accept().
o in -b mode, bind all addresses found not just the first one
o unsupport old hostname API
o in -b mode, set the SO_REUSEADDR socket option (lukem)
o allow -x (index.html) mode to work with CGI handlers
Files: