[ { type: install message: < WSGIRestrictSignal Off ScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/cgi/viewvc.cgi" WSGIScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/wsgi/viewvc.wsgi" Options NONE +ExecCGI Example config lines for lighttpd ================================= server.modules = ( "mod_alias", "mod_access" ) alias.url += ( "/viewvc" => "%%PREFIX%%/viewvc/bin/cgi" ) $HTTP["url"] =~ "^/viewvc/" { index-file.names = ( "viewvc.cgi" ) cgi.assign = ( ".cgi" => "%%PYTHON_CMD%%", ) } Note: Cvsdb (Bonsai-like repository query) feature is not stable and have some incompatibility on DB data with any released version, (and it may be also incompatible with any feature release). EOM } { type: upgrade maximum_version: "1.3.0" message: <