Changes between Version 7 and Version 8 of Internal/LoginService/SSL


Ignore:
Timestamp:
Mar 14, 2012, 12:11:18 PM (12 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService/SSL

    v7 v8  
    2626a2enmod ssl
    2727}}}
     28 === Create a SSL conf. file (if needed) and establish a necessary symlink. ===
     29If you do not have SSL con file(/etc/apache2/sites-available/default-ssl) need to copy the 'default' conf as a stub for the 'default-ssl' conf.
     30{{{
     31cp /etc/apache2/sites-available/default /etc/apache2/sites-available/default-ssl
     32}}}
     33Next, establish a symlink from the 'available' default-ssl file to the 'enabled' file.
     34
     35{{{
     36ln -s /etc/apache2/sites-available/default-ssl /etc/apache2/sites-enabled/000-default-ssl
     37}}}
     38
     39
    2840
    2941Now we need to change the port address in /etc/apache2/ports.conf by default it will listen port 80 and now we are installing with SSL we need to change port 443 to listen