Welcome to Apache Web Server Linux PMC Tactical.
Website hosting and domain registration fees are due, please Support PMC, thank you. You can read more details from PMC Website Hosting and Domain Registration Fee Status forum topic.
Apache is a very well known common web server software for Linux and other operating systems. See httpd.apache.org website for details.
Apache enable rewrite mod:sudo a2enmod rewriteApache enable ssl mod:
a2enmod sslWeb site enabling:
sudo a2ensite your_domain_1.conf sudo a2ensite your_domain_2.confIf you need to disable site, use ''a2dissite'' command. Apache config file syntax test:
sudo apache2ctl configtestApache status:
sudo systemctl status apache2Apache restart:
sudo systemctl restart apache2