From 178297650a65a7a151643e0c6a2d639a512f59f3 Mon Sep 17 00:00:00 2001 From: "Abdulkareem H. Ali" Date: Thu, 21 Jul 2016 16:07:01 +0100 Subject: [PATCH] Update centos_with_apache.md Add apache version --- docs/installation/centos_with_apache.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/installation/centos_with_apache.md b/docs/installation/centos_with_apache.md index 33e04341d..9cc649e2b 100644 --- a/docs/installation/centos_with_apache.md +++ b/docs/installation/centos_with_apache.md @@ -309,7 +309,7 @@ Make sure you have the log file in the directory above or remove the log line if # Final step -Last step is to make /opt/netbox executable so Apache can run +Last step is to make /opt/netbox executable so Apache can run the application from this directory ``` # chmod +x /opt/netbox @@ -319,3 +319,13 @@ Restart apache and you should be good to go. ``` # systemctl restart httpd ``` + +Apache version: + +``` +# httpd -v +Server version: Apache/2.4.6 (CentOS) +Server built: Jul 18 2016 15:30:14 +``` + +