From a15b4b2d7ca52226f7d37b7fae04a12bd845cb39 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Tue, 7 May 2019 11:17:51 +0200 Subject: [PATCH] added Apache --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b05797..38cccd6 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ This is work in progress: please contribute by forking, editing and sending pull ### Web Servers +#### Apache HTTP Server + +- [Apache HTTP Server documentation - Security Tips](http://httpd.apache.org/docs/current/misc/security_tips.html) +- [GeekFlare - Apache Web Server Hardening and Security Guide](https://geekflare.com/apache-web-server-hardening-security/) +- [Apache Config - Apache Security Hardening Guide](https://www.apachecon.eu/) + #### Apache Tomcat - [Apache Tomcat 9 Security Considerations](https://tomcat.apache.org/tomcat-9.0-doc/security-howto.html) / [v8](https://tomcat.apache.org/tomcat-8.0-doc/security-howto.html) / [v7](https://tomcat.apache.org/tomcat-7.0-doc/security-howto.html)