Ben Collins-Sussman wrote:
> Flanakin Michael C Ctr HQ OSSG/OMR wrote:
> > Is this something to be fixed on my proxy server or Apache (or
> > both)? We already know that there are proxy issues with Apache -
> > our install didn't come with mod_proxy modules. Will installing
> > these fix the PROPFIND problem or do I need to get a hold of my
> > network people?
>
> My guess is that if you look at your accesslog and errorlog, the
> PROPFIND request isn't even reaching your apache-svn server at all.
> You'll need to have your network people configure whatever the
> 'middle' machine is to allow WebDAV methods through:
>
> http://subversion.tigris.org/faq.html#proxy
I would set up https as suggested in the above reference "Another
strategy is to attempt the checkout over SSL, which many proxies
allow". Usually proxies must be transparent with https because of the
end to end encryption done by the ssl layer. Effectively this means
that they can't proxy for https and so leave it alone.
I am guessing that an https connection would work for you. You would
have to set up https on your server to support this. If you are
trying to allow commits from the internet then this is a better way to
do it regardless.
Bob
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 16:49:55 2005