Thanks, it works now!

FYI, XSendFileAllowAbove configuration directive in no longer possible with the new version, they removed it. Doing:

XSendFilePath /var/www/gitorious/tarballs-cache

works beautifully.

Thanks again, I believe I have this thing set up nicely..

On 05/07/2011 13:45, Christian Johansen wrote:

    Looked around the net and found mod_xsendfile
    https://tn123.org/mod_xsendfile/ which when enabled, I got a
    working gitorious, but clicking on the download links shows up as
    a 404, so I disabled that immediately.


That's the one. What does your logs tell you about the 404's? Did you configure it properly? You probably need to allow it to serve files from outside your document root:

    XSendFile on
    XSendFileAllowAbove on

Christian

--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to