commit | f46e130439a57ce44708971183adab7e58512b34 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Thu Aug 05 08:35:45 2010 +0000 |
committer | Eric Wong <normalperson@yhbt.net> | Thu Aug 05 08:51:26 2010 +0000 |
tree | f58c47672a5b6f69bb9516d2988f2329318f9c27 | |
parent | 422bff280297b55aff6542cc5df1c078f37ab673 [diff] |
instaweb: minimize moving parts for WEBrick Since there are WEBrick configuration settings (including the upcoming AccessLog support) that cannot be represented in YAML and require Ruby anyways, the YAML config file is an unnecessary layer of complexity. Additionally, the shell script wrapper to start WEBrick is unecessary since our generated Ruby script can be made executable in the same manner with /usr/bin/env. Signed-off-by: Eric Wong <normalperson@yhbt.net>