hi, I have gitlab proxied behind apache.
I am getting intermittent errors when trying to use the download feature for a repository. I don't see any errors in the gitlab logs and i do not see any errors in the Apache logs. the file is typically created and a second attempt is successful. I have proxytimeout set to 30 seconds and the zip files are taking much less time than this, though that could be part of the problem... Any other thoughts on why we might be getting this error? Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request *GET /cthomas/rand-slope-one/repository/archive.tar.gz <http://code.rand.org/cthomas/rand-slope-one/repository/archive.tar.gz>*. Reason: *Error reading from remote server* *Apache configuration:* NameVirtualHost *:80 <VirtualHost *:80> ServerName code.rand.org ProxyTimeout 30 <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/ </VirtualHost> -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/171c7d56-6bd7-4a7b-b443-f5342271e899%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
