HI There ,
I have configured subversion server with LDAP authentication on MAC os . It is working fine with
normal configuration but it is not working fine when I am trying to access by creating virtual host
for the different repositories.
It is displaying the following error massage when I brows through Safari browser.
###################################
"Could not open the requested SVN filesystem"
####################################
Please find my vhost.conf file for two repositories below.
****************************************************vhost.conf*********************************
NameVirtualHost *:8080
<VirtualHost *:8080>
ServerName hathi.domain.com
ServerAlias www.hathi.domain.com
ServerAdmin root@localhost
DocumentRoot /Volumes/Development/Projects/Subversion
<Location /Subversion>
DAV svn
SVNPath /Volumes/Development/Projects/Subversion
AuthType Basic
AuthName "Case Network ID"
AuthLDAPURL "ldap://test.domain.com/dc=test,dc=domain,dc=com"
AuthLDAPBindDN "uid=root,cn=users,dc=test,dc=domain,dc=com"
AuthLDAPBindPassword "xxxxxx"
# All users in openldap
require valid-user
# our access control policy
AuthzSVNAccessFile /usr/local/apache2/Access/svn-authorize-file
# SVNListParentPath on
</Location>
ErrorLog /usr/local/apache2/logs/VhostLogs/Hathi/error.log
CustomLog /usr/local/apache2/logs/VhostLogs/Hathi/access.log common
</VirtualHost>
<VirtualHost *:8080>
ServerName sanctum.domain.com
ServerAlias www.sanctum.domain.com
ServerAdmin root@localhost
DocumentRoot /Volumes/Development/Projects/Subversion/
<Location /Subversion>
DAV svn
SVNPath /Volumes/Development/Projects/Subversion
AuthType Basic
AuthName "Case Network ID"
AuthLDAPURL "ldap://test.domain.com/dc=test,dc=domain,dc=com"
AuthLDAPBindDN "uid=root,cn=users,dc=test,dc=domain,dc=com"
AuthLDAPBindPassword "xxxxxx"
# All users in openldap
require valid-user
# our access control policy
AuthzSVNAccessFile /Volumes/Development/Projects/Subversion/Sanctum/Sanctum.txt
# SVNListParentPath on
</Location>
ErrorLog /usr/local/apache2/logs/VhostLogs/Sanctum/error.log
CustomLog /usr/local/apache2/logs/VhostLogs/Sanctum/access.log common
</VirtualHost>
******************************************end of file****************************************
Please help me out in this regards. I am not getting where I am going wrong? I have also added
the line "Include /usr/local/apache2/conf/vhost.conf " in the httpd.conf file.
It works fine without virtual host configuration.
Please let me know......
Thanks In advance
Ashwin
-----------------------------------------------
Robosoft Technologies - Come home to Technology
Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 2 14:32:27 2007