Lab 11 Apache Web Server - Herrscherr0Z/SYS255 GitHub Wiki

In this lab we had to set up a Apache web server along with PHP.

I used the following sites to help me begin set up..

Apache Set-up

PDF: https://drive.google.com/file/d/1NpK-iN4YXf_-qKuqc9wTJrf-z1q_UtR8/view?usp=sharing

Apache set-up / alternative

PDF: https://drive.google.com/file/d/1iruwWmqxsOQjXym8Pg1RaLjsDcVCELml/view?usp=sharing

Installing PHP7

PDF: https://drive.google.com/file/d/16lYFoaaa_u9rRbkDx2pU-8RbWC67rS3g/view?usp=sharing

The only problem I had was, when attempting to view the web page, I forgot to unblock ports 80 and 443 so that they would be allowed through which was the main reason as to why the web page didn't want to show up. Secondly, all I had to do for the php code to output on the web page was to restart the web server ( (╯°□°)╯︵ ┻━┻ ) via systemctl restart httpd