Add possibility to manage server-status in the
mods-available/status.conf file

Change-Id: Ideec7840152c7afbbd11a98d8b106cf0afecd512
Related-Prod: PROD-25671
diff --git a/README.rst b/README.rst
index 82ac5d1..2f60808 100644
--- a/README.rst
+++ b/README.rst
@@ -485,6 +485,26 @@
           enabled: True
           status: 'disabled'
 
+Apache server-status management
+
+.. code-block:: yaml
+
+  apache:
+    server:
+      mods:
+        status:
+          enabled: True
+          status: 'enabled'
+          host:
+            address: 127.0.0.1
+            port: 80
+            allow:
+              localhost:
+                enabled: True
+                value: '127.0.0.0/255.0.0.0'
+              localhost_ipv6:
+                enabled: True
+                value: '::1/128'
 
 Apache directories and modules management