Add links to Apache Software and Docs (#29704)

* Add links to Apache Software and Docs

Added a link to Apache Software Foundation and a section/link to Apache HTTP Server docs.

* fix: moved documentation to Resources
This commit is contained in:
ronbo
2018-12-18 11:39:01 -08:00
committed by Christopher McCormack
parent 7be73a8f63
commit 89990e6928

View File

@ -8,9 +8,9 @@ Their purpose is supporting Apache software projects under Apache license.
## Apache HTTP Server ## 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. 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](http://www.apache.org/).
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.
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.
## Installation ## Installation
@ -105,3 +105,6 @@ You can copy the `default.conf` and modify accordingly in the following director
### Getting Started Guides ### Getting Started Guides
- [Getting Started with Apache HTTP Server Version 2.5](https://httpd.apache.org/docs/trunk/getting-started.html) - [Getting Started with Apache HTTP Server Version 2.5](https://httpd.apache.org/docs/trunk/getting-started.html)
### Documentation
- [Apache HTTP Server Documentation](http://httpd.apache.org/docs/)