Frontend Apache Configuration
| Item | File |
| Frontend Apache | /opt/applic/httpd/conf/httpd.confIMPORTANT: httpd.conf includes: * httpd-ssl.conf |
| SSL/TLS Configuration | /opt/applic/httpd/conf/extra/httpd-ssl.confIMPORTANT: httpd-ssl.conf includes: * httpd-preauth.conf * mod_security.conf * httpd-hsts.conf * httpd-forensic-readiness.conf * httpd-csp.conf |
| Pre-Auth Configuration | /opt/applic/httpd/conf/extra/httpd-preauth.conf |
| Web Application Firewall | /opt/applic/httpd/conf/extra/mod_security.conf |
| Strict Transport Security | /opt/applic/httpd/conf/extra/httpd-hsts.conf |
| Forensic Readiness | /opt/applic/httpd/conf/extra/httpd-forensic-readiness.conf |
| Content Security Policy | /opt/applic/httpd/conf/extra/httpd-csp.conf |
| Login Application | /opt/applic/httpd/htdocs/login/login.php |