apache.conf: avoid not found errors with git non-smart http
commitbcac98447526d5c0e284034e2eefbef88af87dd1
authorKyle J. McKay <mackyle@gmail.com>
Fri, 19 Jul 2013 11:43:43 +0000 (19 04:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 19 Jul 2013 11:43:43 +0000 (19 04:43 -0700)
tree16b84b1d582e69c1cd9e6483ded4393aa2137f29
parent97ae7a1a171ed702c33b916599b6cda608cca99a
apache.conf: avoid not found errors with git non-smart http

The git non-smart protocol should only be fetching existing files
over http.  It will, however, make requests for some files that
may or may not exist.  There's no reason to spew messages into
the error log for these since they are expected.

Additionally, bots, spiders, crawlers, etc. may be making lots
of requests for things that have gone away.  Again, no need
to spew error log messages about 'File does not exist' for these
either.
apache.conf