r] [client 69.140.49.249] (2)No such file
or
> directory: Requests for a collection must have a trailing slash on the
URI.
> [301, #0]
>
>
> -Original Message-
> From: Torsten Foertsch [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 26, 2006 3:02 PM
> To: modperl
0.49.249] (2)No such file or
> directory: Requests for a collection must have a trailing slash on the URI.
> [301, #0]
>
>
> -Original Message-
> From: Torsten Foertsch [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 26, 2006 3:02 PM
> To: modperl@perl.apache.
ssage-
From: Torsten Foertsch [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 26, 2006 3:02 PM
To: modperl@perl.apache.org
Subject: Re: Controlling subversion access
On Sunday 26 March 2006 21:37, Dennis Sinelnikov wrote:
> Right, read the doc over 20 times already :)
> It could be my environ
On Sunday 26 March 2006 21:37, Dennis Sinelnikov wrote:
> Right, read the doc over 20 times already :)
> It could be my environment or the client cert I'm using.
> I did try different environment configurations (i.e. older openssl
> versions). I got tired of looking through apache's c code and
> op
is
-Original Message-
From: Torsten Foertsch [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 26, 2006 2:26 PM
To: modperl@perl.apache.org
Subject: Re: Controlling subversion access
On Sunday 26 March 2006 17:13, Dennis Sinelnikov wrote:
> Here is the code in my httpd-ssl.conf that works:
>
On Sunday 26 March 2006 17:13, Dennis Sinelnikov wrote:
> Here is the code in my httpd-ssl.conf that works:
>
> DAV svn
> SVNPath /home/svnroot
> SSLUserName SSL_CLIENT_S_DN_CN
> AuthzSVNAccessFile /usr/local/apache2/conf/svnauthorization
>
>
> However, I need the UID, and SSL_CLIENT_S_DN
riginal Message-
From: Tom Schindl [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 26, 2006 5:07 AM
To: Dennis Sinelnikov
Cc: modperl@perl.apache.org
Subject: Re: Controlling subversion access
Hi Dennis,
first of all it would be nice if you could tell us what version of
Apache/mod-perl you are
From: Tom Schindl [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 26, 2006 5:07 AM
To: Dennis Sinelnikov
Cc: modperl@perl.apache.org
Subject: Re: Controlling subversion access
Hi Dennis,
first of all it would be nice if you could tell us what version of
Apache/mod-perl you are running. Second
Hi Dennis,
first of all it would be nice if you could tell us what version of
Apache/mod-perl you are running. Second I'm not sure I userstand what
you are trying to do because I'm not very familiar with SSL and DAV.
If I'm not completely mistaken things like $ENV{SSL_CLIENT_S_DN} are set
on requ
Dear fellow developers,
Here is what I’m trying to do in my httpd-ssl.conf:
$client_dn = $ENV{SSL_CLIENT_S_DN};
$client_dn =~ /.*UID=(.*)$/;
$client_uid = $1;
$Location{"/svnroot"} = {
DAV => 'svn',
SVNPath => '/home/svnroot',
SSLUserName => $cli
10 matches
Mail list logo