• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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