From 7be73a8f63d0bc8187b1f5bce1ec8e90f32a4d8f Mon Sep 17 00:00:00 2001 From: sirhung1993 Date: Wed, 19 Dec 2018 02:21:46 +0700 Subject: [PATCH] Apache is not only the HTTP Server (#30146) Add Apache Software Foundation definitions --- guide/english/apache/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index 5dc92b08f98..bcd6029a557 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -1,7 +1,12 @@ --- title: Apache --- -## Apache +## Apache Software Foundation(ASF) + +The ASF is a non-profit corporation having decentralized opensource community of developers. +Their purpose is supporting Apache software projects under Apache license. + +## Apache HTTP Server The Apache HTTP Server, commonly known as Apache, is a free and open-source cross-platform web server, released under the terms of [Apache License 2.0](https://en.wikipedia.org/wiki/Apache_License). Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. Apache runs on 67% of all webservers in the world. It is fast, reliable, and secure. It can be highly customized to meet the needs of many different environments by using extensions and modules.