Based on current Apache facility for .htaccess control files :
* doesnt seem to allow indentation whitespace (parser thinks leading wsp is a directive ... )
* No support for <Files> directive - only directory wide attributes (useful for restricting access to cgi's for e.g.)
* doesnt support valid-user arg to 'require' directive
(very handy if you dont want to set up any groups for fine grained access)
* doesnt appear to allow multiple 'require user' or 'require group' directives (last line one overrides previous one)
* possibly other bits missing too (at least it aint broke 8-)
Have a private version that supports multiple user and require group directives. Implemented but not tested yet.
mailto:petrus.vloet@siemens.at
Logged In: NO
Support for multiple user and group is integrated in
tclhttpd3.3
Logged In: YES
user_id=89720
Please submit a patch for the 3.4 release.