Apache Web Server Setup - nicholaslamon/SYS255 GitHub Wiki

This week (10/26) we set up an Apache web server inside of our domains. It was pretty easy to setup and mess with. The server was a Linux box so it was something that we've been working with a lot as of late. I configured its basic settings (static IP, gateway, dns, hostname, elevated user) and then joined it to the domain.

The Linux Domain joining process is as follows:

Running the command: sudo yum install realmd samba samba-common oddjob oddjob-mkhomedir sssd

And then running the following command: realm join --user=[your-domain-admin-username]@[yourdomain.local] [yourdomain.local]

Once that is done, the Apache server was attached to our domain and I messed around a bit with the welcome page of the server by adding/removing files in the directory attached to the server.