Changes between Version 5 and Version 6 of Internal/LoginService/SSL


Ignore:
Timestamp:
Mar 9, 2012, 7:38:16 PM (12 years ago)
Author:
Olivera Tosic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LoginService/SSL

    v5 v6  
    2727}}}
    2828
     29Now 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
     30
     31{{{
     32 Listen 443
     33}}}
     34With these two steps out of the way you now have an Apache setup which will listen for and accept SSL connections. The next step is to modify your virtualhosts to use it.
     35
     36 === Configuring your SSL Hosts ===
     37