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?
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?