From 24b8c6a8c6e52bb10b384213a25044b5697ec733 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Fri, 5 Aug 2022 08:33:56 -0400 Subject: [PATCH] Add apache resources Matching content from https://github.com/kamranahmedse/developer-roadmap/blob/master/content/roadmaps/101-backend/content/122-web-servers/101-apache.md --- .../102-devops/content/104-setting-up-x/106-apache.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/106-apache.md b/content/roadmaps/102-devops/content/104-setting-up-x/106-apache.md index b00666336..eb7663c69 100644 --- a/content/roadmaps/102-devops/content/104-setting-up-x/106-apache.md +++ b/content/roadmaps/102-devops/content/104-setting-up-x/106-apache.md @@ -1 +1,7 @@ -# Apache \ No newline at end of file +# Apache + +Apache is a free, open-source HTTP server, available on many operating systems, but mainly used on Linux distributions. It is one of the most popular options for web developers, as it accounts for over 30% of all the websites, as estimated by W3Techs. + +Free Content +Apache Server Website +What is Apache Web Server?