Installation
Debian Physical Server
Installation of Apache Web Server


Installation of Apache Web Server
Install through apt:
[root@localhost ~]# apt update [root@localhost ~]# apt upgrade [root@localhost ~]# apt install apache2Configuration:
[root@localhost ~]# /sbin/a2enmod ssl [root@localhost ~]# /sbin/a2enmod rewrite [root@localhost ~]# /sbin/a2enmod cgi [root@localhost ~]# /sbin/a2ensite default-ssl [root@localhost ~]# /sbin/a2ensite vpnttg.confEnable and restart the web server:
[root@localhost ~]# systemctl enable apache2 [root@localhost ~]# systemctl restart apache2