• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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