Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Wed Sep 28 2005 03:14 pm src/sbbs3 websrvr.c 1.341 1.342 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv23888 Modified Files: websrvr.c Log Message: Support new webcontrol.ini files. This allows overriding server settings on a per-dir or per-filespec basis. Allowed keys are: ErrorDirectory - Changes the dir error pages are served from CGIDirectory - Changes the CGIDorectory value ARS - ARS required for this resource (Overrides access.ars) Realm - Authentication realm name to send to remote Filespecs are the section name and the first match wins. So: [*.cgi] Realm=CGI Scripts [*.*] ARS=Level 90 Would mean that for CGI scripts, the ARS would not apply. And: [*.*] ARS Level 90 [*.cgi] Realm=CGI Scripts Would never set the Realm name. .