• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Problem with vhost(svn)

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>
 
Hello,

Can you please place a one test index page in your /var/www/vhosts/rainbow-six3.com/subdomains/svn/ directory and check your site again.

[Tue Oct 15 09:56:51 2013] [error] [client 83.144.247.131] Directory index forbidden by Options directive: /var/www/vhosts/rainbow-six3.com/subdomains/svn/
 
Hello,

Okay, You will have to enable directory indexing with "Options +Indexes" directive for the domain vhost.conf file, Once you add it you can delete your test index page from your domain and check your site.
 
Hello, I have try to enable the directory indexing with the .htaccess but then i see only the foldercontent and when i try to enable the directory indexing with the vhost.conf(Plesk How to) i get the 403 Forbidden error.

I have run reconfiguration "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all"


I think my Plesk ignore my vhost config. Then when i add the svn settings in the /etc/apache2/mode-enable/dav_svn.conf then the svn works fine, but then you have access to the svn over all my domains.
 
Hello,
The vhost.conf has these rights:

/var/www/vhosts/rainbow-six3.com/subdomains/svn/conf
-rw-r--r-- 1 www-data psacln 328 Oct 16 16:37 vhost.conf

and when i access over the port 7080 i get the 403 forbidden error too.


Can someone tell me, which is the correct path for the vhost.conf??
 
Last edited:
Back
Top