#291: Apache Web Server Configuration - Rmhibbert/oe2-group-c GitHub Wiki
Link to ticket: https://rt.dataraster.com/Ticket/Display.html?id=291&results=4346aa3be80b594c91ffff6a9488645c
Step by step
On the app server Install apache
Description: Run the command
Command: sudo apt install apache2
Configure firewall
Description: Run the command
Command:
sudo ufw enable
sudo ufw allow "Apache Full"
sudo ufw status
Enable required modules
Description: Run the command
Command:
sudo a2enmod dir env headers rewrite
sudo systemctl restart apache2
Description: Verify Apache is running
Command: sudo systemctl status apache2