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??
To test is the vhost.conf working, i removed all entery and add a ProxyPass to see, can i transform the port 80(apache2) to port 8000(nodeJs server).
But it dont working too.
test vhost.conf:
ProxyPass / http://rainbow-six3.com:8000/
ProxyPassReverse / http://rainbow-six3.com:8000/
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...
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...