Changes between Version 2 and Version 3 of Apache2
- Timestamp:
- 01/24/22 15:55:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Apache2
v2 v3 1 1 = Apache2 = 2 3 Enable following module 4 {{{ 5 #!sh 6 a2enmod proxy 7 a2enmod proxy_http 8 a2enmod proxy_http2 9 a2enmod proxy_ajp 10 }}} 2 11 3 12 SSL Apache2 reverse proxy … … 8 17 [root@Bluefin sites-enabled]# more sslHost2.conf 9 18 <VirtualHost *:443> 10 #DocumentRoot /var/www/html11 19 ServerName www.anundatech.com 12 20 SSLEngine on … … 34 42 }}} 35 43 36 On any browser just type in https://www.anundatech.com44 After that restart '''systemctl restart apache2''', on any browser just type in https://www.anundatech.com