git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (osx 10.4.11) can't push from linux to Apache on mac: can't access location
@ 2010-06-13  0:48 ddw_music
  2010-06-13  5:23 ` Tay Ray Chuan
  0 siblings, 1 reply; 9+ messages in thread
From: ddw_music @ 2010-06-13  0:48 UTC (permalink / raw)
  To: git


Apologies if this has been covered in the past -- I searched the nabble
archives but didn't find the answer.

I'm new to git, and wanted to synchronize repositories between my main
machine (OSX 10.4.11) and satellite net book (puredyne 9.10, based on ubuntu
karmic). I've gotten as far as being able to get the directory listing in
Firefox on the Mac (same machine where Apache is running) at
http://ip.address/~username/git/kc ('git/kc' is the bare repository under
~/Sites/).

I tried to follow the directions in setup-git-server-over-http.txt:

- added at the end of the load module section of httpd.conf:

LoadModule dav_module libexec/httpd/libdav.so

- added at the end of the add module section of httpd.conf:

AddModule mod_dav.c

- added at the end of the file, just above the final "include":

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

404? The folder most certainly exists.

Anyway, I'm confused. I'm not an expert in Web server configuration, would
appreciate some advice.

Thanks!
James
-- 
View this message in context: http://git.661346.n2.nabble.com/osx-10-4-11-can-t-push-from-linux-to-Apache-on-mac-can-t-access-location-tp5173157p5173157.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-06-17 22:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13  0:48 (osx 10.4.11) can't push from linux to Apache on mac: can't access location ddw_music
2010-06-13  5:23 ` Tay Ray Chuan
2010-06-13  6:35   ` ddw_music
2010-06-13  7:20     ` Tay Ray Chuan
2010-06-13 10:28       ` ddw_music
2010-06-13 10:44         ` Jakub Narebski
2010-06-13 11:56           ` ddw_music
2010-06-13 12:38             ` Jakub Narebski
2010-06-17 22:26   ` mobi phil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).