L
liquorvicar
Guest
I'm struggling to get svn configured on our Plesk server (7.5.4 on RHEL3). I've managed to get it installed and playing along with apache (if I comment out the ServerTokens directive I can see DAV and SVN in the response headers). I've moved on to configuring the vhost. I can access my repos from the commandline but I am struggling to access them remotely via SSL. Here's my vhost_ssl.conf
PROPFIND request failed on '/svn/repos'
PROPFIND of '/svn/repos': 405 Method Not Allowed (https://www.domain.com)
Has anyone got any ideas?
When I try and checkout a repos I get<Location /svn>
DAV svn
SVNParentPath /home/httpd/vhosts/domain.com/svn
AuthzSVNAccessFile /home/httpd/vhosts/domain.com/svnconf/access
# only authenticated users may access the repository
Require valid-user
AuthName "SVN"
AuthType Basic
AuthMySQLHost localhost
AuthMySQLDB db_name
AuthMySQLUserTable db_table
AuthMySQLUser db_user
AuthMySQLPassword passwd
AuthMySQLGroupField user_group
</Location>
PROPFIND request failed on '/svn/repos'
PROPFIND of '/svn/repos': 405 Method Not Allowed (https://www.domain.com)
Has anyone got any ideas?