Signed-off-by: nathan spindel <nathans@xxxxxxxxx> --- Documentation/git-instaweb.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 51f1532..aae5334 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -28,11 +28,12 @@ OPTIONS Command-line options may be specified here, and the configuration file will be added at the end of the command-line. Currently lighttpd, apache2 and webrick are supported. - (Default: lighttpd) + (Default: lighttpd if it exists, otherwise apache2) -m|--module-path:: The module path (only needed if httpd is Apache). - (Default: /usr/lib/apache2/modules) + (Default: /usr/lib/apache2/modules or /usr/libexec/apache2, + whichever exists) -p|--port:: The port number to bind the httpd to. (Default: 1234) -- 1.5.5.1.179.g2fe4.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html