From b3a1f503bc698b20c1e2f060743129130683fef6 Mon Sep 17 00:00:00 2001 From: Neethan Date: Tue, 18 Dec 2018 11:02:58 -0500 Subject: [PATCH] Added 'Getting Started' resource to Apache (#25651) --- guide/english/apache/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index 0edd16471a..1a39b94be4 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -61,8 +61,12 @@ The `-R` flag will cause grep to search recursively through the `/etc` directory /etc/httpd/conf/httpd.conf DocumentRoot /var/www/html ``` -#### References -- Installation and Configurations guides - - [Ubuntu](https://tutorials.ubuntu.com/tutorial/install-and-configure-apache#2) - - [CentOS](https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-apache-config-ui.html) - - [Arch Linux](https://wiki.archlinux.org/index.php/Apache_HTTP_Server) +### Resources + +#### Installation and Configurations Guides +- [Ubuntu](https://tutorials.ubuntu.com/tutorial/install-and-configure-apache#2) +- [CentOS](https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-apache-config-ui.html) +- [Arch Linux](https://wiki.archlinux.org/index.php/Apache_HTTP_Server) + +#### Getting Started Guides +- [Getting Started with Apache HTTP Server Version 2.5](https://httpd.apache.org/docs/trunk/getting-started.html)