RE: Apache + svn + ldap + https
From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Mon, 28 Jul 2014 06:35:14 +0000
> -----Original Message-----
Hello,
I use just the following modules for httpd 2.2 using Active Directory for authentication:-
> LoadModule auth_basic_module modules/mod_auth_basic.so
You may be able to trim this down a little further depending on your needs. I found the online help pretty good whilst working through this. I use rewrite to redirect all http traffic to https:
> RewriteRule ^/(.*) https://server.domain.com/$1 [R=permanent,L]
Regards,
~ Mark C
|
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.