instaweb

git instaweb gives 403 Forbidden - No projects found

running git instaweb in my repository opens a page that says "403 Forbidden - No projects found". What am I missing? ...

Running git-instaweb on boot

When i run this (using the update-rc method) on boot, it shows a browser (w3m) pointing to the page and boot halts until I quit the browser. Is there a way to run it silently on boot? I looked at the manpage and it says nothing, so probably it's not supposed to work that way... Am I doing something wrong? ...

Git instaweb httpd configuration to use apache2 on OSX Leopard server

Hello, By default git instaweb is expecting lighttpd web server, whereas on OSX Leopard server apache2 is the default one. Adding the following to .git/config : [instaweb] local = true httpd = apache2 -f port = 4321 modulepath = /usr/libexec/apache2 and running 'git instaweb' results in : apache2 not found. Install apache2 or use...