summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_sys_httpd_non_default.json
blob: 05051b9c0814017efb0d414cf848feb3f522c1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "kind": "tm:sys:httpd:httpdstate",
    "selfLink": "https://localhost/mgmt/tm/sys/httpd?ver=12.1.2",
    "allow": [
        "All"
    ],
    "authName": "BIG-IP",
    "authPamDashboardTimeout": "off",
    "authPamIdleTimeout": 1200,
    "authPamValidateIp": "on",
    "fastcgiTimeout": 300,
    "fipsCipherVersion": 0,
    "hostnameLookup": "off",
    "logLevel": "warn",
    "maxClients": 10,
    "redirectHttpToHttps": "disabled",
    "requestBodyMaxTimeout": 0,
    "requestBodyMinRate": 500,
    "requestBodyTimeout": 60,
    "requestHeaderMaxTimeout": 40,
    "requestHeaderMinRate": 500,
    "requestHeaderTimeout": 20,
    "sslCertfile": "/etc/httpd/conf/ssl.crt/server.crt",
    "sslCertkeyfile": "/etc/httpd/conf/ssl.key/server.key",
    "sslCiphersuite": "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384",
    "sslOcspDefaultResponder": "http://127.0.0.1",
    "sslOcspEnable": "off",
    "sslOcspOverrideResponder": "off",
    "sslOcspResponderTimeout": 300,
    "sslOcspResponseMaxAge": -1,
    "sslOcspResponseTimeSkew": 300,
    "sslPort": 443,
    "sslProtocol": "all -SSLv2",
    "sslVerifyClient": "no",
    "sslVerifyDepth": 10
}