author | Eric Wong <normalperson@yhbt.net> | |
Thu, 5 Aug 2010 08:35:45 +0000 (08:35 +0000) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Thu, 5 Aug 2010 08:51:26 +0000 (08:51 +0000) | ||
commit | f46e130439a57ce44708971183adab7e58512b34 | |
tree | f58c47672a5b6f69bb9516d2988f2329318f9c27 | tree | snapshot |
parent | 422bff280297b55aff6542cc5df1c078f37ab673 | commit | 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>
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>
git-instaweb.sh | diff | blob | history |