Apache
-
Build WebServer on Centos 7
More Details: Build WebServer on Centos 7LAMP (Linux, Apache, MySQL, PHP) In this guide, we will walk through installing all of these components (except for Linux, which is already installed as your OS when you create the server). Install Apache Install MySQL Install PHP Update Firewall #sudo firewall-cmd –permanent –zone=public –add-service=http #sudo firewall-cmd –permanent –zone=public –add-service=https #sudo firewall-cmd –reload Test…
-
Implementing Kerberos AD-integration for Single Sign-On in Apache
More Details: Implementing Kerberos AD-integration for Single Sign-On in ApacheOk, so I wanted to do single sign-on on an Apache server which is running Nagios. I have been looking on google and always get patchy results when setting up kerberos AD-integration on apache, so I decided to try and put the solution that worked for me here. Create Standard user in Active Directory logon to…
