You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by charles Collin <ch...@unilog.logicacmg.com> on 2007/08/17 14:54:58 UTC

[users@httpd] Apache 2 reverse proxy doesn't forward PROPFIND requests

Hi,

An Apache 2 SVN server is configured on a LAN with mod_dav_svn and LDAP
authentication.
It listens on port 443.
Locally, it works perfectly, users use tortoiseSVN to operate the SVN
repository. When connecting to the https port of the server, an
authentication pops up, people get authenticated and every SVN function
works.
We've got another Apache 2 Server on the internet used as a reverse proxy to
reach the latter apache/svn local server.
This one listens on port 80.

When browsing the repository from internet with a web browser such as
Firefox or IE, I can see the reverse proxy connecting to the https port of
the local apache/svn server and everything goes right: authentication pops
up, and internet computers can browse without any problem the repository.
The problem is when tortoiseSVN is used: instead of using simple GET/POST
requests, it uses PROPFIND requests and nothing works at all, the SVN server
isn't contacted.
I 'wiresharked' the output of the reverse proxy: nothing is forwarded at
all: the PROPFIND request gets stuck in apache reverse proxy.

In the <VirtualHost> section redirecting towards the SVN server, I added a
<Limit> directive to allow PROPFIND requests forwarding: nothing changed.

Any help is highly appreciated.
 
Cheers




This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org