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

Apache & Win32 with write-trough-proxy?

From: Vojtech Jakes <vjakes_at_gmail.com>
Date: Sat, 9 Aug 2008 18:08:45 +0200

Hi,

is there anybody who got apache, win32 and the write-trough-proxy
configuration working?

The slave always sends incorrect request to the master, the apache
access log in the master contains the following:

xx.xx.xx.xx - - [09/Aug/2008:16:35:47 +0200] "MKACTIVITY
/rep/!svn/act/13b120df-5636-3d4e-abdf-c4b1b454c003 HTTP/1.1" 400 362

The slave httpd.conf:

<Location /rep >
    DAV svn
    SVNPath C:/Repositories/rep_mirror
    SVNMasterURI http://svn1/rep
    AuthzSVNAccessFile C:/repository_access/rep_accesscontrol.txt
    AuthName "rep"
    AuthType Basic
    AuthUserFile C:/repository_access/rep_userfile.txt
    Require valid-user
</Location>

Any clues?

TIA

Vojta

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-09 18:10:00 CEST

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

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