• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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