• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cannot access Apache hosts config file

C

CalvinD

Guest
I am running Plesk 10.3.1 on a virtual server running on Ubuntu 10.04 LTS.

I need to set it so that SSL connections are only made using SSL 3.0. As far as I can tell this can be accomplished by adding the following code to the Apache hosts configuration file:

SSLProtocol -all +SSLv3 +TLSv1
SSLCipherSuite SSLv3:+HIGH:+MEDIUM

My problem is I can't access the hosts file. As far as I can tell what I need to do is to create a vhost.conf file in the conf directory and add the above lines to it. Anytime I try to create a file in the conf directory I get the following error:

Error: Unable to create file //conf/vhost.conf: filemng failed: filemng: Cannot open destination file '/var/www/vhosts/reynoldsmusic.eu//conf/vhost.conf.FzFJCV'
System error 13: Permission denied

What am I doing wrong?
 
Back
Top