Posted to tcl by stevel at Mon Jan 21 10:43:13 GMT 2008view raw

  1. tclsh Site.tcl
  2. RC: -port 8080
  3. RC: -port 8088 -scgi_send {::scgi Send}
  4. RC: scriptname Worker.tcl dispatch Backend
  5. RC:
  6. RC: maxsize 204800
  7. RC: max 1 incr 1 over 40 dispatch ""
  8. RC: host Macintosh.local multi 0 globaldocroot 1 backends 5 cmdport 8082 application "" wubdir ../../Wub/Wub/.. scriptdir /Volumes/Data_HD/steve/Desktop/Wub/Wub local /Volumes/Data_HD/steve/Desktop/wikitcl/wubwikit/local.tcl vars /Volumes/Data_HD/steve/Desktop/wikitcl/wubwikit/vars.tcl listener {-port 8080} scgi {-port 8088 -scgi_send {::scgi Send}} backend {scriptname Worker.tcl dispatch Backend} varnish {} cache {maxsize 204800} httpd {max 1 incr 1 over 40 dispatch ""}
  9. Default: host 'Macintosh.local'
  10. Default: multi '0'
  11. Default: globaldocroot '1'
  12. Default: backends '5'
  13. Default: cmdport '8082'
  14. Default: application ''
  15. Default: wubdir '../../Wub/Wub/..'
  16. Default: scriptdir '/Volumes/Data_HD/steve/Desktop/Wub/Wub'
  17. Default: local '/Volumes/Data_HD/steve/Desktop/wikitcl/wubwikit/local.tcl'
  18. Default: vars '/Volumes/Data_HD/steve/Desktop/wikitcl/wubwikit/vars.tcl'
  19. Default: listener '-port 8080'
  20. Default: scgi '-port 8088 -scgi_send {::scgi Send}'
  21. Default: backend 'scriptname Worker.tcl dispatch Backend'
  22. Default: varnish ''
  23. Default: cache 'maxsize 204800'
  24. Default: httpd 'max 1 incr 1 over 40 dispatch ""'
  25. error copying "/Volumes/Data_HD/steve/Desktop/Wub/docroot": no such file or directory
  26. while executing
  27. "file copy $origin [file dirname $docroot]"
  28. (in namespace eval "::Site" script line 10)
  29. invoked from within
  30. "namespace eval Site {
  31. variable origin $docroot ;# the original copies for priming
  32. variable wikitroot [file join $base data] ;# where the wikit..."
  33. (file "Site.tcl" line 34)