Changes between Version 2 and Version 3 of Apache2


Ignore:
Timestamp:
01/24/22 15:55:42 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Apache2

    v2 v3  
    11= Apache2 =
     2
     3Enable following module
     4{{{
     5#!sh
     6a2enmod proxy
     7a2enmod proxy_http
     8a2enmod proxy_http2
     9a2enmod proxy_ajp
     10}}}
    211
    312SSL Apache2 reverse proxy
     
    817[root@Bluefin sites-enabled]# more sslHost2.conf
    918<VirtualHost *:443>
    10     #DocumentRoot /var/www/html
    1119    ServerName www.anundatech.com
    1220        SSLEngine on
     
    3442}}}
    3543
    36 On any browser just type in https://www.anundatech.com
     44After that restart '''systemctl restart apache2''', on any browser just type in https://www.anundatech.com