diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-06-23 23:01:03 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2011-06-27 09:11:41 +0000 |
commit | 5ad6d387f19d9dd28b323f5cfea8663cb7b74617 (patch) | |
tree | d8833346f606870b6d319e9e34c0cd5b723f85ff /t/t6012-rev-list-simplify.sh | |
parent | git-instaweb: Move all actions at the end of script (diff) | |
download | tgif-5ad6d387f19d9dd28b323f5cfea8663cb7b74617.tar.xz |
git-instaweb: Check that correct config file exists for (re)start
Currently start/restart does not generate any configuration files for
spawning a new instance. This means that
$ git instaweb --http=<server> --start
might pick up stale 'httpd.conf' file for a different web server
(e.g. for default lighttpd when requesting apache2).
This commit changes that, and makes git-instaweb generate web server
config file and/or gitweb config file if don't exists.
This required naming config files after the name of web server
(alternate solution would be to somehow mark for which web server was
config file generated).
Note that web servers that embed configuration in server script file,
namely webrick and plackup, and which delete "$conf" in their *_conf
function, would have their config (server script) always regenerated.
Note: this commit introduces a bit of code repetition (but only a few
lines).
Reported-by: Gurjeet Singh <singh.gurjeet@gmail.com>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t6012-rev-list-simplify.sh')
0 files changed, 0 insertions, 0 deletions