Skip to content
Snippets Groups Projects
  1. Sep 30, 2005
  2. Sep 29, 2005
  3. Sep 28, 2005
    • deuce's avatar
      Change ARS to AccessRequirements, change filename from webcontrol.ini · ea369df1
      deuce authored
      to webctrl.ini
      ea369df1
    • deuce's avatar
      Change to webcontrol.ini logic... · 482fb9dc
      deuce authored
      Now reads EVERY matching key with keys at the beginning of the file being
      overriden by later keys.
      
      [*.cgi]
      Realm=CGI Scripts
      
      [*.*]
      ARS=LEVEL 90
      
      Would have both applied to *.cgi and level 90 applied to everything
      regardless of order in the .ini file whereas:
      
      [*.cgi]
      Realm=CGI Scripts
      ARS=Level 50
      
      [*.*]
      ARS=Level90
      
      Would behave differently than:
      
      [*.*]
      ARS=Level 90
      
      [*.cgi]
      Realm=CGI Scripts
      ARS=Level 50
      
      In the former, the ARS=Level 50 line would be overridden by the ARS=Level 90
      482fb9dc
    • deuce's avatar
      Support new webcontrol.ini files. This allows overriding server settings · 63b09d34
      deuce authored
      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.
      63b09d34
    • rswindell's avatar
      Allow log level to be configurable in services.ini either globally (in the root · b8c1702c
      rswindell authored
      section) or per service, using the LogLevel key (default value: LOG_DEBUG).
      This commit requires an xpdev/ini_file.* update.
      b8c1702c
  4. Sep 27, 2005
  5. Sep 26, 2005
  6. Sep 25, 2005
  7. Sep 24, 2005
  8. Sep 23, 2005
  9. Sep 20, 2005
  10. Sep 19, 2005
  11. Sep 18, 2005
  12. Sep 17, 2005
  13. Sep 16, 2005
Loading