git instaweb -llighttpd not found. Install lighttpd or use --httpd to specify another httpd daemon.
https://stackoverflow.com/questions/1508752/git-instaweb-httpd-configuration-to-use-apache2-on-osx-leopard-server 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 -... stackoverflow.c..
2022.12.29