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

Re: Subversion, Apache2 and Redirects

From: Markus Brückner <mb1611_at_gmx.de>
Date: 2005-04-07 14:08:16 CEST

Robert Mohr schrieb:

> [Problems with Subversion and HTTPS]
>
> What are the modifications you made to httpd.conf?

This is the relevant part from the VirtualHost section of the SSL-Host.

         <Location />
                 DAV svn
                 # alle repositories unter /home/subversion/repos mappen
                 SVNParentPath /home/subversion/repos/
                 SSLRequireSSL

                 # Subversion access control Datei
                 AuthzSVNAccessFile /home/subversion/accesslists

                 AuthType Basic
                 AuthName "Subversion repository"
                 AuthUserFile /home/subversion/users
                 # um bei Bedarf auch anonymous zugreifen zu lassen
                 Satisfy any
                 Require valid-user
         </Location>

The <Directory / >-section was commented out. On the HTTP-Host the
Location is omitted and replaced by a standard <Directory /> directive
as it is not intended to be used for repository access. DocumentRoot is
in both cases (HTTP and HTTPs) /home/vcshost/htdocs (the subversion docs
state that SVNParentPath must be outside DocumentRoot.).

TIA
Markus

Received on Thu Apr 7 14:16:25 2005

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.