Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
<Location /svn>
DAV svn
SVNParentPath /var/svn
# ServerName svn.vudesign.net
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /etc/svnpasswd
Require valid-user
Order Deny,Allow
Deny from all
Allow from XXX.XXX.XX.XXX
Allow from XX.XX.XX.XXX
Allow from XXX.XX.XX.XX
Allow from XX.XX.XX.XX
Allow from localhost
</Location>
all the x's are merely IP addresses, blocked out for semi-obvious reasons.
Whilst on the subject of subversion, I can heartily recommend Edgewall software's Trac, an issue tracking system and wiki that interfaces nicely with subversion (repo browsing, automatic update of tickets with checkin comments etc.) it needs python running as cgi or mod_python installed as well as a few other things, but it's well worth it.