View difference between Paste ID: yw7KEp8a and xYvrWe6U
SHOW: | | - or go back to the newest paste.
1
{
2
  "test21": {
3
    "apache": {
4
      "version": "2.4",
5
      "root_group": "root",
6
      "default_site_name": "default",
7
      "package": "httpd",
8
      "perl_pkg": "perl",
9
      "apachectl": "/usr/sbin/apachectl",
10
      "dir": "/etc/httpd",
11
      "log_dir": "/var/log/httpd",
12
      "error_log": "error.log",
13
      "access_log": "access.log",
14
      "user": "billpay",
15
      "group": "billpay",
16
      "binary": "/usr/sbin/httpd",
17
      "conf_dir": "/etc/httpd/conf",
18
      "docroot_dir": "/var/www/html",
19
      "cgibin_dir": "/var/www/cgi-bin",
20
      "icondir": "/var/www/icons",
21
      "cache_dir": "/var/cache/httpd",
22
      "run_dir": "/var/run/httpd",
23
      "lock_dir": "/var/run/httpd",
24
      "pid_file": "/var/run/httpd/httpd.pid",
25
      "lib_dir": "/usr/lib64/httpd",
26
      "libexec_dir": "/usr/lib64/httpd/modules",
27
      "listen_addresses": [
28
        "*"
29
      ],
30
      "listen_ports": [
31-
        "8000,443"
31+
        "8000",
32
        "443"
33
      ],
34
      "contact": "bpops@payveris.com",
35
      "timeout": 300,
36
      "keepalive": "On",
37
      "keepaliverequests": 100,
38
      "keepalivetimeout": 5,
39
      "sysconfig_additional_params": {
40
41
      },
42
      "default_site_enabled": false,
43
      "servertokens": "Prod",
44
      "serversignature": "On",
45
      "traceenable": "On",
46
      "allowed_openids": [
47
48
      ],
49
      "status_allow_list": "127.0.0.1 ::1",
50
      "ext_status": false,
51
      "info_allow_list": "127.0.0.1 ::1",
52
      "mpm": "prefork",
53
      "prefork": {
54
        "startservers": 16,
55
        "minspareservers": 16,
56
        "maxspareservers": 32,
57
        "serverlimit": 256,
58
        "maxrequestworkers": 256,
59
        "maxconnectionsperchild": 10000
60
      },
61
      "worker": {
62
        "startservers": 4,
63
        "serverlimit": 16,
64
        "minsparethreads": 64,
65
        "maxsparethreads": 192,
66
        "threadlimit": 192,
67
        "threadsperchild": 64,
68
        "maxrequestworkers": 1024,
69
        "maxconnectionsperchild": 0
70
      },
71
      "event": {
72
        "startservers": 4,
73
        "serverlimit": 16,
74
        "minsparethreads": 64,
75
        "maxsparethreads": 192,
76
        "threadlimit": 192,
77
        "threadsperchild": 64,
78
        "maxrequestworkers": 1024,
79
        "maxconnectionsperchild": 0
80
      },
81
      "itk": {
82
        "startservers": 16,
83
        "minspareservers": 16,
84
        "maxspareservers": 32,
85
        "maxrequestworkers": 150,
86
        "maxconnectionsperchild": 0
87
      },
88
      "proxy": {
89
        "require": "all denied",
90
        "order": "deny,allow",
91
        "deny_from": "all",
92
        "allow_from": "none"
93
      },
94
      "default_modules": [
95
        "status",
96
        "alias",
97
        "auth_basic",
98
        "authn_core",
99
        "authn_file",
100
        "authz_core",
101
        "authz_groupfile",
102
        "authz_host",
103
        "authz_user",
104
        "autoindex",
105
        "dir",
106
        "env",
107
        "mime",
108
        "negotiation",
109
        "setenvif",
110
        "log_config",
111
        "logio",
112
        "unixd",
113
        "systemd"
114
      ],
115
      "mod_auth_cas": {
116
        "from_source": false,
117
        "source_revision": "v1.0.8.1"
118
      },
119
      "mod_auth_openid": {
120
        "ref": "v0.8",
121
        "version": "0.8",
122
        "source_url": "https://github.com/bmuller/mod_auth_openid/archive/v0.8.tar.gz",
123
        "cache_dir": "/var/cache/mod_auth_openid",
124
        "dblocation": "/var/cache/mod_auth_openid/mod_auth_openid.db",
125
        "configure_flags": [
126
127
        ]
128
      },
129
      "mod_fastcgi": {
130
        "download_url": "http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz"
131
      },
132
      "mod_ssl": {
133
        "cipher_suite": "RC4-SHA:HIGH:!ADH"
134
      }
135
    }
136
  }
137
}