* Fix bindings for default ports in case they are needed
* Fix tests for listen_default_ports option
* Fix doc for listen_default_ports option

Change-Id: I83955b302f41d2ef78d091f88b99bd5b6d551949
diff --git a/tests/pillar/apache_server_php7_ssl.sls b/tests/pillar/apache_server_php7_ssl.sls
index e803587..8859b58 100644
--- a/tests/pillar/apache_server_php7_ssl.sls
+++ b/tests/pillar/apache_server_php7_ssl.sls
@@ -1,5 +1,7 @@
 apache:
   server:
+    bind:
+      listen_default_ports: false
     ssl:
       enabled: True
       crypto_device: 'builtin'