Rainbowsix3
New Pleskian
Hi.
I try to make my own SVN repository but i have problem with the vhost.conf
i have a subdomain "svn.rainbow-six3.co" over it i will access to my svn server. So i created a vhost.conf in the folder /var/www/vhost/rainbow-six3.com/subdomains/svn/conf/vhost.conf and run the reconfiguration "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all"
But Plesk ignore my vhost. When i call my subdomain i get a 403 Forbidden error(i have no data in the folder).
my vhost.conf:
<Location />
DAV svn
SVNPath /var/local/svn
SVNParentPath /var/local/svn
SVNListParentPath on
</Location>
I try to make my own SVN repository but i have problem with the vhost.conf
i have a subdomain "svn.rainbow-six3.co" over it i will access to my svn server. So i created a vhost.conf in the folder /var/www/vhost/rainbow-six3.com/subdomains/svn/conf/vhost.conf and run the reconfiguration "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all"
But Plesk ignore my vhost. When i call my subdomain i get a 403 Forbidden error(i have no data in the folder).
my vhost.conf:
<Location />
DAV svn
SVNPath /var/local/svn
SVNParentPath /var/local/svn
SVNListParentPath on
</Location>