From: Tay Ray Chuan <rctay89@gmail.com>
To: ddw_music <jamshark70@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: (osx 10.4.11) can't push from linux to Apache on mac: can't access location
Date: Sun, 13 Jun 2010 13:23:39 +0800 [thread overview]
Message-ID: <AANLkTim4U99KQ2zDfdSmMzbn1FqCqAPh_hKwITmQDX6H@mail.gmail.com> (raw)
In-Reply-To: <1276390106819-5173157.post@n2.nabble.com>
On Sun, Jun 13, 2010 at 8:48 AM, ddw_music <jamshark70@gmail.com> 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
next prev parent reply other threads:[~2010-06-13 5:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTim4U99KQ2zDfdSmMzbn1FqCqAPh_hKwITmQDX6H@mail.gmail.com \
--to=rctay89@gmail.com \
--cc=git@vger.kernel.org \
--cc=jamshark70@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).