Hello,
I have install Subversion on my Plesk 11 Linux Ubuntu server (12.04) with these command:
apt-get install subversion libapache2-svn
I need to modify my Virtual Host configuration file, but I have a ngix proxy enabled.
I not find vhost.conf on my /var/www/vhosts/mysite.com/conf/
If I need to add these to my virtual host configuration file
<Location /svn>
DAV svn
SVNParentPath /var/www/vhosts/mysite.com/svn/
AuthType Basic
AuthName "SVN"
AuthUserFile /var/www/vhosts/mysite.com/svn.password
Require valid-user
</Location>
how should I do?
Manuel
I have install Subversion on my Plesk 11 Linux Ubuntu server (12.04) with these command:
apt-get install subversion libapache2-svn
I need to modify my Virtual Host configuration file, but I have a ngix proxy enabled.
I not find vhost.conf on my /var/www/vhosts/mysite.com/conf/
If I need to add these to my virtual host configuration file
<Location /svn>
DAV svn
SVNParentPath /var/www/vhosts/mysite.com/svn/
AuthType Basic
AuthName "SVN"
AuthUserFile /var/www/vhosts/mysite.com/svn.password
Require valid-user
</Location>
how should I do?
Manuel