which ssl settings are primary

Discussion in 'Installation/Configuration' started by Poliman, Jan 23, 2017.

  1. Poliman

    Poliman Member

    I have Ubuntu Server 14.04 with Apache2. Apache's mod_ssl configuration is under /etc/apache2/mods-enabled/ssl.conf. ISPConfig create vhost file for each created website in example /etc/apache2/sites-enabled/100-example.com.vhost. Which ssl settings are main or global - ssl.conf or for each website vhost file?
     
  2. sjau

    sjau Local Meanie Moderator

    each site will have it's own ssl config in the according vhost file.
     
  3. Poliman

    Poliman Member

    So when I configure something in ssl.conf it will be overwritten? I am asking, because I deploy website on the server, configure ssl in ssl.conf file and when I start testing of whole server I saw that for example I haven't SSLv3 and TLSv1 which were disabled in ssl.conf file.

    PS
    How to check which php version use created website?
     

Share This Page