[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error Logs from Apache Setup

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 19 Feb 2009 09:57:06 -0500

On Thu, Feb 19, 2009 at 09:48, Greg Meyers <gdmeyers_at_gmail.com> wrote:
>
>
> Hi,
>
> I have recently installed Apache 2.2 and Subversion for Win32 1.5.3 and am
> accessing the repositories using Tortoise SVN 1.5.8
>
> These are running on Windows XP
>
> The server can be accessed from some remote machines but not others.
> Machines that cannot access the repositories are not asked for
> Authentication. Apache is configured to use Basic Authentication. When I
> look at the Error Log I get the following lines from one of the clients that
> cannot access the machine.
>
> [Thu Feb 19 15:21:45 2009] [error] [client 79.179.109.61] File does not
> exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/
> favicon.ico

favicon.ico is only requested by web browsers which support custom
icons for the Address bar. No SVN client should be requesting this.

> [Thu Feb 19 15:21:58 2009] [error] [client 79.179.109.61] File does not
> exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/SVN
> [Thu Feb 19 15:22:07 2009] [error] [client 79.179.109.61] File does not
> exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/SVN

You've configured your repository to be at /svn. Apparently the
clients in question are requesting /SVN. Subversion & Apache are
case-sensitive.

Note your successful accesses:

[19/Feb/2009:15:28:19 +0200] "GET /svn/ HTTP/1.1" 200 453
[19/Feb/2009:15:28:24 +0200] "GET /svn/PAVSVN/ HTTP/1.1" 200 1010
[19/Feb/2009:15:28:26 +0200] "GET /svn/PAVSVN/BenGurionProject/
HTTP/1.1" 200 416
[19/Feb/2009:15:28:27 +0200] "GET
/svn/PAVSVN/BenGurionProject/eQuinoX_Help/ HTTP/1.1" 200 389
[19/Feb/2009:15:28:36 +0200] "GET
/svn/PAVSVN/Dev%20eQuinoX%20Applications/ HTTP/1.1" 200 468
[19/Feb/2009:15:28:43 +0200] "GET /svn/PAVSVN/PAV%20Documentation/
HTTP/1.1" 200 706
[19/Feb/2009:15:28:51 +0200] "GET /svn/PAVSVN/PAV%20Presentations/
HTTP/1.1" 200 1355
19/Feb/2009:15:28:29 +0200] "GET
/svn/PAVSVN/BenGurionProject/eQuinoX_Help/eQuinoX_Help.chm HTTP/1.1"
200 3923932

All lower-case svn, not SVN.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1192193

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-19 15:57:26 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.