Ok, sorry for the trouble, I've solved the problem with the activation of
the proxy_http_module.
But it may be good to add this information to the svn book isn't it ?
Best regards
2008/6/25 Adrien <hannibalbundy_at_gmail.com>:
> Hi,
>
> I've got some difficulties to let the Write-through proxying working.
> Indeed when I commit changes from a working copy synchronized with the slave
> server I've an "500 Internal Server Error" in return. In the Apache's log I
> can read :
>
> "[Wed Jun 25 16:54:22 2008] [debug] proxy_util.c(1434): [client
> 172.16.10.106] proxy: *: found reverse proxy worker for
> http://master-server:8443/svn/test//!svn/act/64081dfd-f5cc-5a46-9c6f-ecf66127a6eb<http://master-server:8443/svn/test//%21svn/act/64081dfd-f5cc-5a46-9c6f-ecf66127a6eb>
> [Wed Jun 25 16:54:22 2008] [debug] mod_proxy.c(849): Running scheme http
> handler (attempt 0)
> [Wed Jun 25 16:54:22 2008] [warn] proxy: No protocol handler was valid for
> the URL /svn/test/!svn/act/64081dfd-f5cc-5a46-9c6f-ecf66127a6eb. If you are
> using a DSO version of mod_proxy, make sure the proxy submodules are
> included in the configuration using LoadModule."
>
> Is anybody have an idea about this issue because I've found nothing about
> it ? For precision the slave server is running on WinXP and the master on
> Win2000, svnsync works fine, and I've done everything wich is wrote in the
> svn book except :
>
> "Order deny,allow
> Deny from all
> # Only let the server's IP address access this Location:"
> Allow from 10.20.30.40"
>
> Thanks in advance and sorry for my english :-)
>
Received on 2008-06-25 18:17:36 CEST