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

ie + ssl + mod_auth_sspi on apache/win32

From: Sam Chrisp <Sam.Chrisp_at_loanlinkgroup.com>
Date: 2004-08-14 02:52:10 CEST

hey.

haven't been able to find much info on this.
is there any viable workaround for apache+ssl+mod_auth_sspi+win32
that'll allow the same uri to be usable from both ie & subversion
(tortoise specifically) ?
 
in theory - could one not do the the following config in apache
 
svn.foo.com/bar/ = repos
svn.foo.com/ie/bar/ = repos but with basic sspi on.
 
and use mod_rewrite rules to rewrite the url prepended with ie/ when the
http user agent matches?
 
https://svn.foo.com/bar/ would auth fine for subversion/other
and apache would rewrite to https://svn.foo.com/ie/bar/ specifically for
ie
 
am i on crack? or is this doable.

also, i can't tell from the docs - will mod_authz_svn work fine with
mod_auth_sspi for the authentication?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 14 02:55:05 2004

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.