monfold.sh: Use tabs instead of mixed tabs/spaces for indentation
[blog.git] / posts / gitweb.mdwn
index 5ed7d52e8482af188e4f189dec69cedf84b1d56f..fa90c90e50b71695130ae2ca2caf7707eed54ed8 100644 (file)
@@ -6,7 +6,7 @@ Today I decided to host all my public [[Git]] repositories on my
 Gitweb
 ======
 
-Re-emerge `git` with the `gci` USE flag enabled.
+Re-emerge `git` with the `cgi` USE flag enabled.
 
     # echo "dev-util/git cgi" >> /etc/portage/package.use/webserver
     # emerge -av git
@@ -68,7 +68,7 @@ Git daemon
 Gitweb allows browsing repositories via HTTP, but if you will be
 pulling from your repositories using the `git://` protocol, you'll
 also want to run `git-daemon`.  On Gentoo, this is really easy, just
-edit `/etc/conf.d/git-daemon` as you see fit.  I added
+edit `/etc/conf.d/git-daemon` as you see fit.  I added `--verbose`,
 `--base-path=/var/git` and `--export-all` to `GITDAEMON_OPTS`.  Start
 the daemon with
 
@@ -78,6 +78,10 @@ Add it to your default runlevel with
 
     # rc-update add git-daemon default
 
+If you're logging to syslog and running syslog-ng, you can configure
+the log location using the usual syslog tricks.  See my [[syslog-ng]]
+for details.
+
 [summary]: http://www.philsergi.com/2008/04/gitweb-apache-gentoo.html
 
 [[!tag tags/git]]