]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: comment out example config 879/head
authorVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:35:53 +0000 (12:35 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:35:53 +0000 (12:35 +0100)
Comment out htp settings that should only serve as an example.

suricata.yaml.in

index 38ee2087a1759a1d79598deb0579aa160326bb08..84efcf318934eebd6bdffb57607389882b7d970e 100644 (file)
@@ -1200,27 +1200,27 @@ app-layer:
 
          server-config:
 
-           - apache:
-               address: [192.168.1.0/24, 127.0.0.0/8, "::1"]
-               personality: Apache_2
-               # Can be specified in kb, mb, gb.  Just a number indicates
-               # it's in bytes.
-               request-body-limit: 4096
-               response-body-limit: 4096
-               double-decode-path: no
-               double-decode-query: no
-
-           - iis7:
-               address:
-                 - 192.168.0.0/24
-                 - 192.168.10.0/24
-               personality: IIS_7_0
-               # Can be specified in kb, mb, gb.  Just a number indicates
-               # it's in bytes.
-               request-body-limit: 4096
-               response-body-limit: 4096
-               double-decode-path: no
-               double-decode-query: no
+           #- apache:
+           #    address: [192.168.1.0/24, 127.0.0.0/8, "::1"]
+           #    personality: Apache_2
+           #    # Can be specified in kb, mb, gb.  Just a number indicates
+           #    # it's in bytes.
+           #    request-body-limit: 4096
+           #    response-body-limit: 4096
+           #    double-decode-path: no
+           #    double-decode-query: no
+
+           #- iis7:
+           #    address:
+           #      - 192.168.0.0/24
+           #      - 192.168.10.0/24
+           #    personality: IIS_7_0
+           #    # Can be specified in kb, mb, gb.  Just a number indicates
+           #    # it's in bytes.
+           #    request-body-limit: 4096
+           #    response-body-limit: 4096
+           #    double-decode-path: no
+           #    double-decode-query: no
 
 # Profiling settings. Only effective if Suricata has been built with the
 # the --enable-profiling configure flag.