The instaweb tag has no wiki summary.
0
votes
1answer
526 views
git instaweb --httpd=webrick - error
I have two repository, for one i had ran git instaweb --httpd=webrick for web access, when i try to run for second i'm getting below error. I will be hosting six repo in one server, how to handle ...
3
votes
2answers
1k views
Git instaweb httpd configuration to use apache2 on OSX Leopard server
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
...
2
votes
4answers
1k views
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 ...
7
votes
6answers
4k views
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?