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

RE: stupid question (after couple of months with subversion)

From: Sander Striker <striker_at_apache.org>
Date: 2002-02-28 16:11:03 CET

> From: mvz@crol.net [mailto:mvz@crol.net]
> Sent: 28 February 2002 14:49
> To: dev@subversion.tigris.org
> Subject: Re: stupid question (after couple of months with subversion)
>
> > Miroslav Zubcic <mvz@crol.net> writes:

[...]
> Then I created blank new repository with svnadmin(8) in
> /usr/local/apache2/data called "sub" and chown -R apache:apache sub
>
> apache configuration related to subversion is this:
>
> -----------------------------------------------------------
> Listen 443
>
> <VirtualHost 192.168.0.18:443>
> DocumentRoot /usr/local/apache2/data/sub
> SSLEngine on
> SSLCertificateFile /usr/local/apache2/conf/dav-cert.pem
> SSLCertificateKeyFile /usr/local/apache2/conf/dav-key.pem
> SSLVerifyClient none
> ErrorLog logs/dav_err_log
> TransferLog logs/dav_log
> ServerName dav.crol.net:443
> ServerAlias dav
> DavLockDB /tmp/DavLock
> <Directory "/usr/local/apache2/data/sub">
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This should be <Location /sub>.

Today a bug was found when <Location /xxx> has a counterpart
in the DocumentRoot. I'll post the report shortly to the
httpd list.

> DAV svn
> SVNPath /usr/local/apache2/data/sub
> AuthType Basic
> AuthName "Subversion repository on CRoL"
> AuthUserFile /usr/local/apache2/data/.htpasswd
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> require valid-user
> # </LimitExcept>
> AllowOverride None
> order deny,allow
> deny from all
> allow from 192.168.0.0/24
> </Directory>
[...]

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.