==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9202

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #6 from Marco Hess <[email protected]> ---
(In reply to John Crisp from comment #5)
> Created attachment 5362 [details]
> httpd.conf

Notable difference between yours:

    # Access permissions for git backend scripts
    <Directory "/usr/libexec/git-core">
      Options        +ExecCGI +Indexes
      Order          Allow,Deny
      Allow from     All
    </Directory>

and mine on SME8:

    # Access permissions for git backend scripts
    <Directory "/usr/bin">
      Options        +ExecCGI +Indexes
      Order          Allow,Deny
      Allow from     All
    </Directory>

and mine on SME9:

    # Access permissions for git backend scripts
    <Directory "/usr/libexec/git-core">
      Options        +ExecCGI +Indexes
      Order          Allow,Deny
      Allow from     All
    </Directory>

This difference is related to the git version. 

Looking at it my SME8 I seem to have git 1.8.2 while on my SME9 machine it is
git 1.7.1

My yum cache:

/var/cache/yum/dag/packages/git-1.7.10-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/git-1.7.11.3-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/git-1.7.6.4-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/git-daemon-1.7.10-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/git-daemon-1.7.11.3-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/git-svn-1.7.11.3-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/gitweb-1.7.10-1.el5.rf.i386.rpm
/var/cache/yum/dag/packages/gitweb-1.7.11.3-1.el5.rf.i386.rpm
/var/cache/yum/epel/packages/git-1.8.2.1-1.el5.i386.rpm
/var/cache/yum/epel/packages/git-daemon-1.8.2.1-1.el5.i386.rpm
/var/cache/yum/epel/packages/git-svn-1.8.2.1-1.el5.i386.rpm
/var/cache/yum/epel/packages/gitweb-1.8.2.1-1.el5.i386.rpm

So at some point I must have pulled git from the epel repositories om my main
production SME8 machine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to