Changes between Version 2 and Version 3 of UbuntuConfiguringApache2ServerSSLProxy


Ignore:
Timestamp:
02.09.2011 19:47:27 (13 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuConfiguringApache2ServerSSLProxy

    v2 v3  
    66 
    77 
     8 0. Install apache2 webserver 
     9 {{{ 
     10 aptitude install apache2 
     11 }}} 
    812 0. Load the required modules 
    913 {{{ 
    1014 a2enmod ssl proxy proxy_http 
     15 }}} 
     16 0. Create htdigest file with user and password 
     17 {{{ 
     18 htdigest -c /etc/apache2/.htdigest deepamehta.yourdomain.tld username  
    1119 }}} 
    1220 0. Create file ''deepamehta'' in ''/etc/apache2/sites-available'': 
     
    5058 0. Create link to ''/etc/apache2/sites-available/deepamehta'' in ''/etc/apache2/sites-enabled'' and restart the webserver ... 
    5159 
    52 That's it! You can now securely connect to !https://deepamehta.your.domain.tld and will need to identify yourself with a username and password. 
     60That's it! You can now securely connect to !https://deepamehta.your.domain.tld and will be asked to identify yourself with a username and password. 
    5361  
    5462