On Sun, Jun 13, 2010 at 8:48 AM, ddw_music <jamshark70@xxxxxxxxx> wrote: >[snip] > > DAVLockDB "/usr/local/apache2/temp/DAV.lock" > > <Location /git/kc> > DAV on > AuthType Basic > AuthName "Git" > AuthUserFile /usr/local/apache2/conf/passwd.git > Require valid-user > </Location> > > - chmod -R ugo+w ~/Sites/git > > git clone works. > > git push... fails. The remote machine says that it couldn't access the > location. Apache's access log shows: > > "PROPFIND /~dewdrop/git/kc/ HTTP/1.1" 404 288 Where are you pushing to? Look at your <Location> again - you configured Apache to look out for '/git/kc/', not '/~dewdrop/git/kc/'. I'm assuming the <Location> isn't nested in something else, that is. -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html