• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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