noamtm wrote:
Hi,
We're currently using (on a server only accessible within the
corporate LAN) the most basic auth type. Trac and SVN both use Apache
as the server, AuthType is Basic, there's a single AuthUserFile shared
between SVN and Trac which I maintain manually (just a few users), and
Trac uses mod_python.

I want all the SVN/Trac traffic to be SSL/TLS-encrypted.

Is it possible for me to change the configuration so that everything's
the same (at least from the SVN+Trac user's POV) but the underlying
protocol is https instead of http? What's the easiest way to do so?

Please provide info for change in SVN conf if needed... even if this
is a bit off-topic.

<VirtualHost *:80>
    ServerName server.com
    ServerAlias www.server.com
    ServerAdmin [EMAIL PROTECTED]

    RewriteEngine on
    RewriteRule ^(.*)$ https://server.com$1 [R=permanent,L]
</VirtualHost>

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to