Fri, 30 Dec 2016 14:15:52 +0100
many fixes
fixes pathcheck with more than one saf
fixes log config
acl_evaluate sets auth vars now
fixes session ssl flag
cgi sets https env
require_access saf fix
# # obj.conf # # NSAPI configuration # <Object name="default"> NameTrans fn="assign-name" from="/hello" name="hello" NameTrans fn="assign-name" from="/admin" name="admin" PathCheck fn="find-pathinfo" ObjectType fn="type-by-extension" Service fn="send-options" method="OPTIONS" Service fn="common-index" type="internal/directory" Service fn="send-file" AddLog fn="common-log" </Object> <Object name="hello"> Service fn="service-hello" </Object> <Object name="admin"> Service fn="admin-service" </Object> <Object name="cgi-bin"> Service fn="send-cgi" </Object>