Changes between Version 2 and Version 3 of UbuntuConfiguringApache2ServerSSLProxy
- Timestamp:
- 02.09.2011 19:47:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuConfiguringApache2ServerSSLProxy
v2 v3 6 6 7 7 8 0. Install apache2 webserver 9 {{{ 10 aptitude install apache2 11 }}} 8 12 0. Load the required modules 9 13 {{{ 10 14 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 11 19 }}} 12 20 0. Create file ''deepamehta'' in ''/etc/apache2/sites-available'': … … 50 58 0. Create link to ''/etc/apache2/sites-available/deepamehta'' in ''/etc/apache2/sites-enabled'' and restart the webserver ... 51 59 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.60 That'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. 53 61 54 62