On Fri, Apr 28, 2017 at 11:09:55AM -0400, Andrew Watson wrote: > Thanks for pointing me to git help http-backend. I confirmed the > modules are loaded and the CGI environment variables. I've added > "AcceptPathInfo On" to my httpd.conf just to be safe. > > I'm not sure what /info/refs is supposed to look like, but it is > empty. Could that be the issue? No, that shouldn't matter. The on-disk file is used only for dumb-http requests. In a working smart-http system, the info/refs request should go to the CGI, which will generate the ref advertisement dynamically. > Do you see anything in my apache configuration that looks wrong? It looks reasonable to me, but I'm far from an expert on Apache config. When you clone, is it using smart-http there? Try using GIT_CURL_VERBOSE to see what the response is to the initial /info/refs fetch when you clone. -Peff