passenger 5.3.5 → 5.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +13 -0
  3. data/README.md +2 -1
  4. data/Rakefile +0 -5
  5. data/build/agent.rb +2 -1
  6. data/build/cxx_tests.rb +18 -20
  7. data/build/integration_tests.rb +6 -2
  8. data/build/support/cxx_dependency_map.rb +2019 -1966
  9. data/dev/colorize-logs +272 -0
  10. data/src/agent/Core/AdminPanelConnector.h +3 -3
  11. data/src/agent/Core/ApiServer.h +4 -4
  12. data/src/agent/Core/ApplicationPool/BasicProcessInfo.h +2 -2
  13. data/src/agent/Core/ApplicationPool/Group/OutOfBandWork.cpp +2 -2
  14. data/src/agent/Core/ApplicationPool/Implementation.cpp +5 -5
  15. data/src/agent/Core/ApplicationPool/Pool.h +4 -4
  16. data/src/agent/Core/ApplicationPool/Process.h +10 -15
  17. data/src/agent/Core/ApplicationPool/Socket.h +2 -2
  18. data/src/agent/Core/ApplicationPool/TestSession.h +3 -3
  19. data/src/agent/Core/Config.h +4 -2
  20. data/src/agent/Core/Controller.h +4 -4
  21. data/src/agent/Core/Controller/Config.h +1 -1
  22. data/src/agent/Core/Controller/SendRequest.cpp +2 -2
  23. data/src/agent/Core/Controller/TurboCaching.h +2 -2
  24. data/src/agent/Core/CoreMain.cpp +2 -2
  25. data/src/agent/Core/OptionParser.h +2 -2
  26. data/src/agent/Core/ResponseCache.h +3 -3
  27. data/src/agent/Core/SecurityUpdateChecker.h +2 -2
  28. data/src/agent/Core/SpawningKit/Config.h +2 -1
  29. data/src/agent/Core/SpawningKit/Config/AutoGeneratedCode.h +1 -1
  30. data/src/agent/Core/SpawningKit/Context.h +1 -1
  31. data/src/agent/Core/SpawningKit/DirectSpawner.h +3 -3
  32. data/src/agent/Core/SpawningKit/DummySpawner.h +3 -3
  33. data/src/agent/Core/SpawningKit/ErrorRenderer.h +1 -1
  34. data/src/agent/Core/SpawningKit/Exceptions.h +2 -2
  35. data/src/agent/Core/SpawningKit/Factory.h +1 -1
  36. data/src/agent/Core/SpawningKit/Handshake/BackgroundIOCapturer.h +1 -1
  37. data/src/agent/Core/SpawningKit/Handshake/Perform.h +13 -2
  38. data/src/agent/Core/SpawningKit/Handshake/Prepare.h +3 -3
  39. data/src/agent/Core/SpawningKit/Handshake/WorkDir.h +1 -1
  40. data/src/agent/Core/SpawningKit/Journey.h +4 -5
  41. data/src/agent/Core/SpawningKit/PipeWatcher.h +1 -1
  42. data/src/agent/Core/SpawningKit/Result.h +20 -8
  43. data/src/agent/Core/SpawningKit/Result/AutoGeneratedCode.h +1 -1
  44. data/src/agent/Core/SpawningKit/SmartSpawner.h +6 -6
  45. data/src/agent/Core/SpawningKit/Spawner.h +2 -2
  46. data/src/agent/Core/TelemetryCollector.h +13 -7
  47. data/src/agent/ExecHelper/ExecHelperMain.cpp +1 -1
  48. data/src/agent/README.md +1 -1
  49. data/src/agent/Shared/ApiAccountUtils.h +1 -1
  50. data/src/agent/Shared/ApiServerUtils.h +3 -3
  51. data/src/agent/Shared/ApplicationPoolApiKey.h +2 -2
  52. data/src/agent/Shared/Fundamentals/Initialization.cpp +4 -4
  53. data/src/agent/SpawnEnvSetupper/SpawnEnvSetupperMain.cpp +1 -1
  54. data/src/agent/SystemMetrics/SystemMetricsMain.cpp +4 -3
  55. data/src/agent/Watchdog/ApiServer.h +3 -3
  56. data/src/agent/Watchdog/Config.h +3 -2
  57. data/src/agent/Watchdog/CoreWatcher.cpp +2 -2
  58. data/src/agent/Watchdog/WatchdogMain.cpp +93 -27
  59. data/src/apache2_module/Config.cpp +14 -14
  60. data/src/apache2_module/Config.h +8 -16
  61. data/src/apache2_module/ConfigGeneral/AutoGeneratedDefinitions.cpp +505 -491
  62. data/src/apache2_module/ConfigGeneral/AutoGeneratedDefinitions.cpp.cxxcodebuilder +39 -17
  63. data/src/apache2_module/ConfigGeneral/AutoGeneratedSetterFuncs.cpp +24 -1
  64. data/src/apache2_module/ConfigGeneral/AutoGeneratedSetterFuncs.cpp.cxxcodebuilder +31 -1
  65. data/src/{cxx_supportlib/Utils/MemoryBarrier.h → apache2_module/ConfigGeneral/Common.h} +17 -25
  66. data/src/apache2_module/DirConfig/AutoGeneratedCreateFunction.cpp +12 -1
  67. data/src/apache2_module/DirConfig/AutoGeneratedCreateFunction.cpp.cxxcodebuilder +16 -1
  68. data/src/apache2_module/DirConfig/AutoGeneratedHeaderSerialization.cpp +19 -5
  69. data/src/apache2_module/DirConfig/AutoGeneratedHeaderSerialization.cpp.cxxcodebuilder +26 -9
  70. data/src/apache2_module/DirConfig/AutoGeneratedManifestGeneration.cpp +6 -1
  71. data/src/apache2_module/DirConfig/AutoGeneratedManifestGeneration.cpp.cxxcodebuilder +10 -1
  72. data/src/apache2_module/DirConfig/AutoGeneratedMergeFunction.cpp +7 -1
  73. data/src/apache2_module/DirConfig/AutoGeneratedMergeFunction.cpp.cxxcodebuilder +11 -1
  74. data/src/apache2_module/DirConfig/AutoGeneratedStruct.h +23 -1
  75. data/src/apache2_module/DirConfig/AutoGeneratedStruct.h.cxxcodebuilder +34 -1
  76. data/src/apache2_module/Hooks.cpp +3 -3
  77. data/src/apache2_module/ServerConfig/AutoGeneratedStruct.h +24 -1
  78. data/src/apache2_module/ServerConfig/AutoGeneratedStruct.h.cxxcodebuilder +36 -1
  79. data/src/cxx_supportlib/{Utils → Algorithms}/Hasher.cpp +2 -2
  80. data/src/cxx_supportlib/{Utils → Algorithms}/Hasher.h +4 -4
  81. data/src/cxx_supportlib/AppTypeDetector/Detector.h +1 -1
  82. data/src/cxx_supportlib/ConfigKit/Schema.h +2 -2
  83. data/src/cxx_supportlib/ConfigKit/Store.h +1 -1
  84. data/src/cxx_supportlib/Constants.h +1 -1
  85. data/src/cxx_supportlib/{Utils → DataStructures}/HashMap.h +4 -4
  86. data/src/cxx_supportlib/DataStructures/HashedStaticString.h +5 -5
  87. data/src/cxx_supportlib/DataStructures/LString.h +3 -3
  88. data/src/cxx_supportlib/{Utils → DataStructures}/StringMap.h +36 -36
  89. data/src/cxx_supportlib/FileTools/FileManip.cpp +1 -1
  90. data/src/cxx_supportlib/FileTools/PathManip.cpp +2 -2
  91. data/src/cxx_supportlib/FileTools/PathSecurityCheck.cpp +1 -1
  92. data/src/cxx_supportlib/Hooks.h +2 -2
  93. data/src/cxx_supportlib/{Utils → IOTools}/BufferedIO.h +5 -5
  94. data/src/cxx_supportlib/{Utils → IOTools}/IOUtils.cpp +2 -2
  95. data/src/cxx_supportlib/{Utils → IOTools}/IOUtils.h +3 -3
  96. data/src/cxx_supportlib/{Utils → IOTools}/MessageIO.h +7 -7
  97. data/src/cxx_supportlib/{MessageReadersWriters.h → IOTools/MessageSerialization.h} +5 -5
  98. data/src/cxx_supportlib/InstanceDirectory.h +4 -4
  99. data/src/cxx_supportlib/Integrations/LibevJsonUtils.h +3 -3
  100. data/src/cxx_supportlib/{Utils → JsonTools}/JsonUtils.h +5 -5
  101. data/src/cxx_supportlib/LoggingKit/Context.h +2 -2
  102. data/src/cxx_supportlib/LoggingKit/Implementation.cpp +3 -3
  103. data/src/cxx_supportlib/MemoryKit/mbuf.cpp +2 -2
  104. data/src/cxx_supportlib/ProcessManagement/Spawn.cpp +5 -5
  105. data/src/cxx_supportlib/ProcessManagement/Utils.h +10 -0
  106. data/src/cxx_supportlib/RandomGenerator.h +2 -2
  107. data/src/cxx_supportlib/{Crypto.cpp → SecurityKit/Crypto.cpp} +4 -4
  108. data/src/cxx_supportlib/{Crypto.h → SecurityKit/Crypto.h} +4 -4
  109. data/src/cxx_supportlib/{Utils → SecurityKit}/MemZeroGuard.h +0 -0
  110. data/src/cxx_supportlib/ServerKit/AcceptLoadBalancer.h +2 -2
  111. data/src/cxx_supportlib/ServerKit/Channel.h +1 -1
  112. data/src/cxx_supportlib/ServerKit/Context.h +2 -2
  113. data/src/cxx_supportlib/ServerKit/FileBufferedChannel.h +1 -1
  114. data/src/cxx_supportlib/ServerKit/HttpHeaderParser.h +3 -3
  115. data/src/cxx_supportlib/ServerKit/HttpHeaderParserState.h +2 -2
  116. data/src/cxx_supportlib/ServerKit/HttpServer.h +16 -10
  117. data/src/cxx_supportlib/ServerKit/Server.h +3 -3
  118. data/src/cxx_supportlib/{Utils → StrIntTools}/DateParsing.h +5 -5
  119. data/src/cxx_supportlib/{Utils → StrIntTools}/StrIntUtils.cpp +3 -3
  120. data/src/cxx_supportlib/{Utils → StrIntTools}/StrIntUtils.h +0 -0
  121. data/src/cxx_supportlib/{Utils → StrIntTools}/StrIntUtilsNoStrictAliasing.cpp +2 -2
  122. data/src/cxx_supportlib/{Utils → StrIntTools}/StringScanning.h +5 -5
  123. data/src/cxx_supportlib/{Utils → StrIntTools}/Template.h +30 -5
  124. data/src/cxx_supportlib/SystemTools/ContainerHelpers.h +34 -0
  125. data/src/cxx_supportlib/{Utils → SystemTools}/ProcessMetricsCollector.h +6 -6
  126. data/src/cxx_supportlib/{Utils → SystemTools}/SystemMetricsCollector.h +3 -3
  127. data/src/cxx_supportlib/{Utils → SystemTools}/SystemTime.cpp +1 -1
  128. data/src/cxx_supportlib/{Utils → SystemTools}/SystemTime.h +0 -0
  129. data/src/cxx_supportlib/SystemTools/UserDatabase.h +1 -1
  130. data/src/cxx_supportlib/Utils.cpp +2 -2
  131. data/src/cxx_supportlib/Utils/CachedFileStat.hpp +3 -3
  132. data/src/cxx_supportlib/Utils/Curl.h +2 -2
  133. data/src/cxx_supportlib/Utils/FileChangeChecker.h +2 -2
  134. data/src/cxx_supportlib/Utils/MessagePassing.h +1 -1
  135. data/src/cxx_supportlib/Utils/SpeedMeter.h +2 -2
  136. data/src/cxx_supportlib/Utils/Timer.h +2 -2
  137. data/src/cxx_supportlib/Utils/VariantMap.h +3 -3
  138. data/src/cxx_supportlib/WatchdogLauncher.h +3 -3
  139. data/src/cxx_supportlib/WebSocketCommandReverseServer.h +1 -1
  140. data/src/cxx_supportlib/WrapperRegistry/Registry.h +1 -1
  141. data/src/cxx_supportlib/vendor-modified/psg_sysqueue.h +3 -0
  142. data/src/ruby_supportlib/phusion_passenger.rb +1 -1
  143. data/src/ruby_supportlib/phusion_passenger/common_library.rb +11 -11
  144. data/src/ruby_supportlib/phusion_passenger/config/agent_compiler.rb +4 -4
  145. data/src/ruby_supportlib/phusion_passenger/config/nginx_engine_compiler.rb +1 -1
  146. data/src/ruby_supportlib/phusion_passenger/message_channel.rb +2 -2
  147. data/src/ruby_supportlib/phusion_passenger/packaging.rb +20 -19
  148. data/src/ruby_supportlib/phusion_passenger/platform_info/apache.rb +22 -4
  149. data/src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb +33 -13
  150. data/src/schema_printer/SchemaPrinterMain.cpp +2 -0
  151. metadata +28 -86
  152. data/.editorconfig +0 -134
  153. data/CODE_OF_CONDUCT.md +0 -52
  154. data/dev/boost-patches/0001-Patch-boost-thread-so-that-oxt-thread-can-use-it.patch +0 -48
  155. data/dev/boost-patches/0002-Make-boost-thread_interrupted-derive-from-oxt-tracab.patch +0 -33
  156. data/dev/boost-patches/0003-Disable-a-Clang-pragma-to-prevent-warnings-on-OS-X.patch +0 -25
  157. data/dev/ci/README.md +0 -134
  158. data/dev/ci/lib/functions.sh +0 -129
  159. data/dev/ci/lib/set-container-envvars.sh +0 -53
  160. data/dev/ci/lib/setup-container.sh +0 -46
  161. data/dev/ci/run-tests-natively +0 -24
  162. data/dev/ci/run-tests-with-docker +0 -42
  163. data/dev/ci/scripts/debug-console-wrapper.sh +0 -29
  164. data/dev/ci/scripts/docker-entrypoint-stage2.sh +0 -17
  165. data/dev/ci/scripts/docker-entrypoint.sh +0 -17
  166. data/dev/ci/scripts/inituidgid +0 -17
  167. data/dev/ci/scripts/run-tests-natively-stage2.sh +0 -17
  168. data/dev/ci/scripts/setup-host-natively.sh +0 -11
  169. data/dev/ci/setup-host +0 -56
  170. data/dev/ci/tests/apache2/run +0 -6
  171. data/dev/ci/tests/apache2/setup +0 -4
  172. data/dev/ci/tests/binaries/Jenkinsfile +0 -105
  173. data/dev/ci/tests/binaries/build-linux +0 -38
  174. data/dev/ci/tests/binaries/build-macos +0 -40
  175. data/dev/ci/tests/binaries/prepare-macos +0 -38
  176. data/dev/ci/tests/binaries/test-linux +0 -45
  177. data/dev/ci/tests/binaries/test-macos +0 -38
  178. data/dev/ci/tests/cxx/run +0 -9
  179. data/dev/ci/tests/cxx/setup +0 -4
  180. data/dev/ci/tests/debian/Jenkinsfile +0 -89
  181. data/dev/ci/tests/debian/run +0 -60
  182. data/dev/ci/tests/nginx-dynamic/run +0 -20
  183. data/dev/ci/tests/nginx-dynamic/setup +0 -4
  184. data/dev/ci/tests/nginx/run +0 -5
  185. data/dev/ci/tests/nginx/setup +0 -4
  186. data/dev/ci/tests/nodejs/run +0 -4
  187. data/dev/ci/tests/nodejs/setup +0 -4
  188. data/dev/ci/tests/rpm/Jenkinsfile +0 -68
  189. data/dev/ci/tests/rpm/run +0 -63
  190. data/dev/ci/tests/ruby/run +0 -4
  191. data/dev/ci/tests/ruby/setup +0 -4
  192. data/dev/ci/tests/source-packaging/run +0 -4
  193. data/dev/ci/tests/source-packaging/setup +0 -4
  194. data/dev/ci/tests/standalone/run +0 -4
  195. data/dev/ci/tests/standalone/setup +0 -4
  196. data/dev/configkit-schemas/index.json +0 -1850
  197. data/dev/configkit-schemas/update_schema_inline_comments.rb +0 -118
  198. data/dev/rack.test/config.ru +0 -5
  199. data/dev/rack.test/public/asset.txt +0 -1
  200. data/dev/vagrant/apache_default_site.conf +0 -35
  201. data/dev/vagrant/apache_passenger.conf +0 -5
  202. data/dev/vagrant/apache_passenger.load +0 -1
  203. data/dev/vagrant/apache_ports.conf +0 -24
  204. data/dev/vagrant/apache_rack_test.conf +0 -9
  205. data/dev/vagrant/bashrc +0 -23
  206. data/dev/vagrant/nginx.conf +0 -39
  207. data/dev/vagrant/nginx_rakefile +0 -33
  208. data/dev/vagrant/nginx_start +0 -32
  209. data/dev/vagrant/provision.sh +0 -117
  210. data/dev/vagrant/sudoers.conf +0 -5
  211. data/resources/templates/error_renderer/.editorconfig +0 -19
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -e
3
-
4
- run bundle exec drake "-j$COMPILE_CONCURRENCY" test:source_packaging
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -e
3
-
4
- retry_run 3 rake test:install_deps BASE_DEPS=yes
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -e
3
-
4
- run bundle exec drake "-j$COMPILE_CONCURRENCY" test:integration:standalone
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -e
3
-
4
- retry_run 3 rake test:install_deps BASE_DEPS=yes
@@ -1,1850 +0,0 @@
1
- {
2
- "Passenger::Core::AdminPanelConnector::Schema" : {
3
- "auth_type" : {
4
- "default_value" : "basic",
5
- "has_default_value" : "static",
6
- "type" : "string"
7
- },
8
- "close_timeout" : {
9
- "default_value" : 10.0,
10
- "has_default_value" : "static",
11
- "type" : "float"
12
- },
13
- "connect_timeout" : {
14
- "default_value" : 30.0,
15
- "has_default_value" : "static",
16
- "type" : "float"
17
- },
18
- "data_debug" : {
19
- "default_value" : false,
20
- "has_default_value" : "static",
21
- "type" : "boolean"
22
- },
23
- "instance_dir" : {
24
- "read_only" : true,
25
- "type" : "string"
26
- },
27
- "integration_mode" : {
28
- "default_value" : "standalone",
29
- "has_default_value" : "static",
30
- "type" : "string"
31
- },
32
- "log_prefix" : {
33
- "type" : "string"
34
- },
35
- "password" : {
36
- "secret" : true,
37
- "type" : "string"
38
- },
39
- "password_file" : {
40
- "type" : "string"
41
- },
42
- "ping_interval" : {
43
- "default_value" : 30.0,
44
- "has_default_value" : "static",
45
- "type" : "float"
46
- },
47
- "ping_timeout" : {
48
- "default_value" : 30.0,
49
- "has_default_value" : "static",
50
- "type" : "float"
51
- },
52
- "proxy_password" : {
53
- "secret" : true,
54
- "type" : "string"
55
- },
56
- "proxy_timeout" : {
57
- "default_value" : 30.0,
58
- "has_default_value" : "static",
59
- "type" : "float"
60
- },
61
- "proxy_url" : {
62
- "type" : "string"
63
- },
64
- "proxy_username" : {
65
- "type" : "string"
66
- },
67
- "reconnect_timeout" : {
68
- "default_value" : 5.0,
69
- "has_default_value" : "static",
70
- "type" : "float"
71
- },
72
- "ruby" : {
73
- "default_value" : "ruby",
74
- "has_default_value" : "static",
75
- "type" : "string"
76
- },
77
- "standalone_engine" : {
78
- "has_default_value" : "dynamic",
79
- "type" : "string"
80
- },
81
- "url" : {
82
- "required" : true,
83
- "type" : "string"
84
- },
85
- "username" : {
86
- "type" : "string"
87
- },
88
- "web_server_module_version" : {
89
- "read_only" : true,
90
- "type" : "string"
91
- },
92
- "web_server_version" : {
93
- "read_only" : true,
94
- "type" : "string"
95
- },
96
- "websocketpp_debug_access" : {
97
- "default_value" : false,
98
- "has_default_value" : "static",
99
- "type" : "boolean"
100
- },
101
- "websocketpp_debug_error" : {
102
- "default_value" : false,
103
- "has_default_value" : "static",
104
- "type" : "boolean"
105
- }
106
- },
107
- "Passenger::Core::ApiServer::Schema" : {
108
- "accept_burst_count" : {
109
- "default_value" : 32,
110
- "has_default_value" : "static",
111
- "type" : "unsigned integer"
112
- },
113
- "authorizations" : {
114
- "default_value" : "[FILTERED]",
115
- "has_default_value" : "static",
116
- "secret" : true,
117
- "type" : "array"
118
- },
119
- "client_freelist_limit" : {
120
- "default_value" : 0,
121
- "has_default_value" : "static",
122
- "type" : "unsigned integer"
123
- },
124
- "instance_dir" : {
125
- "type" : "string"
126
- },
127
- "min_spare_clients" : {
128
- "default_value" : 0,
129
- "has_default_value" : "static",
130
- "type" : "unsigned integer"
131
- },
132
- "request_freelist_limit" : {
133
- "default_value" : 1024,
134
- "has_default_value" : "static",
135
- "type" : "unsigned integer"
136
- },
137
- "start_reading_after_accept" : {
138
- "default_value" : true,
139
- "has_default_value" : "static",
140
- "type" : "boolean"
141
- },
142
- "watchdog_fd_passing_password" : {
143
- "secret" : true,
144
- "type" : "string"
145
- }
146
- },
147
- "Passenger::Core::ControllerSchema" : {
148
- "accept_burst_count" : {
149
- "default_value" : 32,
150
- "has_default_value" : "static",
151
- "type" : "unsigned integer"
152
- },
153
- "benchmark_mode" : {
154
- "type" : "string"
155
- },
156
- "client_freelist_limit" : {
157
- "default_value" : 0,
158
- "has_default_value" : "static",
159
- "type" : "unsigned integer"
160
- },
161
- "default_abort_websockets_on_process_shutdown" : {
162
- "default_value" : true,
163
- "has_default_value" : "static",
164
- "type" : "boolean"
165
- },
166
- "default_app_file_descriptor_ulimit" : {
167
- "type" : "unsigned integer"
168
- },
169
- "default_environment" : {
170
- "default_value" : "production",
171
- "has_default_value" : "static",
172
- "type" : "string"
173
- },
174
- "default_force_max_concurrent_requests_per_process" : {
175
- "default_value" : -1,
176
- "has_default_value" : "static",
177
- "type" : "integer"
178
- },
179
- "default_friendly_error_pages" : {
180
- "default_value" : "auto",
181
- "has_default_value" : "static",
182
- "type" : "string"
183
- },
184
- "default_group" : {
185
- "has_default_value" : "dynamic",
186
- "type" : "string"
187
- },
188
- "default_load_shell_envvars" : {
189
- "default_value" : false,
190
- "has_default_value" : "static",
191
- "type" : "boolean"
192
- },
193
- "default_max_preloader_idle_time" : {
194
- "default_value" : 300,
195
- "has_default_value" : "static",
196
- "type" : "unsigned integer"
197
- },
198
- "default_max_request_queue_size" : {
199
- "default_value" : 100,
200
- "has_default_value" : "static",
201
- "type" : "unsigned integer"
202
- },
203
- "default_max_requests" : {
204
- "default_value" : 0,
205
- "has_default_value" : "static",
206
- "type" : "unsigned integer"
207
- },
208
- "default_meteor_app_settings" : {
209
- "type" : "string"
210
- },
211
- "default_min_instances" : {
212
- "default_value" : 1,
213
- "has_default_value" : "static",
214
- "type" : "unsigned integer"
215
- },
216
- "default_nodejs" : {
217
- "default_value" : "node",
218
- "has_default_value" : "static",
219
- "type" : "string"
220
- },
221
- "default_python" : {
222
- "default_value" : "python",
223
- "has_default_value" : "static",
224
- "type" : "string"
225
- },
226
- "default_ruby" : {
227
- "default_value" : "ruby",
228
- "has_default_value" : "static",
229
- "type" : "string"
230
- },
231
- "default_server_name" : {
232
- "required" : true,
233
- "type" : "string"
234
- },
235
- "default_server_port" : {
236
- "required" : true,
237
- "type" : "unsigned integer"
238
- },
239
- "default_spawn_method" : {
240
- "default_value" : "smart",
241
- "has_default_value" : "static",
242
- "type" : "string"
243
- },
244
- "default_sticky_sessions" : {
245
- "default_value" : false,
246
- "has_default_value" : "static",
247
- "type" : "boolean"
248
- },
249
- "default_sticky_sessions_cookie_name" : {
250
- "default_value" : "_passenger_route",
251
- "has_default_value" : "static",
252
- "type" : "string"
253
- },
254
- "default_user" : {
255
- "default_value" : "nobody",
256
- "has_default_value" : "static",
257
- "type" : "string"
258
- },
259
- "graceful_exit" : {
260
- "default_value" : true,
261
- "has_default_value" : "static",
262
- "type" : "boolean"
263
- },
264
- "integration_mode" : {
265
- "default_value" : "standalone",
266
- "has_default_value" : "static",
267
- "read_only" : true,
268
- "type" : "string"
269
- },
270
- "max_instances_per_app" : {
271
- "read_only" : true,
272
- "type" : "unsigned integer"
273
- },
274
- "min_spare_clients" : {
275
- "default_value" : 0,
276
- "has_default_value" : "static",
277
- "type" : "unsigned integer"
278
- },
279
- "multi_app" : {
280
- "default_value" : true,
281
- "has_default_value" : "static",
282
- "read_only" : true,
283
- "type" : "boolean"
284
- },
285
- "request_freelist_limit" : {
286
- "default_value" : 1024,
287
- "has_default_value" : "static",
288
- "type" : "unsigned integer"
289
- },
290
- "response_buffer_high_watermark" : {
291
- "default_value" : 134217728,
292
- "has_default_value" : "static",
293
- "type" : "unsigned integer"
294
- },
295
- "server_software" : {
296
- "default_value" : "Phusion_Passenger/5.3.5",
297
- "has_default_value" : "static",
298
- "type" : "string"
299
- },
300
- "show_version_in_header" : {
301
- "default_value" : true,
302
- "has_default_value" : "static",
303
- "type" : "boolean"
304
- },
305
- "start_reading_after_accept" : {
306
- "default_value" : true,
307
- "has_default_value" : "static",
308
- "type" : "boolean"
309
- },
310
- "stat_throttle_rate" : {
311
- "default_value" : 10,
312
- "has_default_value" : "static",
313
- "type" : "unsigned integer"
314
- },
315
- "thread_number" : {
316
- "read_only" : true,
317
- "required" : true,
318
- "type" : "unsigned integer"
319
- },
320
- "turbocaching" : {
321
- "default_value" : true,
322
- "has_default_value" : "static",
323
- "read_only" : true,
324
- "type" : "boolean"
325
- },
326
- "user_switching" : {
327
- "default_value" : true,
328
- "has_default_value" : "static",
329
- "type" : "boolean"
330
- },
331
- "vary_turbocache_by_cookie" : {
332
- "type" : "string"
333
- }
334
- },
335
- "Passenger::Core::ControllerSingleAppModeSchema" : {
336
- "app_root" : {
337
- "has_default_value" : "dynamic",
338
- "read_only" : true,
339
- "type" : "string"
340
- },
341
- "app_type" : {
342
- "read_only" : true,
343
- "required" : true,
344
- "type" : "string"
345
- },
346
- "startup_file" : {
347
- "read_only" : true,
348
- "required" : true,
349
- "type" : "string"
350
- }
351
- },
352
- "Passenger::Core::Schema" : {
353
- "admin_panel_auth_type" : {
354
- "default_value" : "basic",
355
- "has_default_value" : "static",
356
- "type" : "string"
357
- },
358
- "admin_panel_close_timeout" : {
359
- "default_value" : 10.0,
360
- "has_default_value" : "static",
361
- "type" : "float"
362
- },
363
- "admin_panel_connect_timeout" : {
364
- "default_value" : 30.0,
365
- "has_default_value" : "static",
366
- "type" : "float"
367
- },
368
- "admin_panel_data_debug" : {
369
- "default_value" : false,
370
- "has_default_value" : "static",
371
- "type" : "boolean"
372
- },
373
- "admin_panel_password" : {
374
- "secret" : true,
375
- "type" : "string"
376
- },
377
- "admin_panel_password_file" : {
378
- "type" : "string"
379
- },
380
- "admin_panel_ping_interval" : {
381
- "default_value" : 30.0,
382
- "has_default_value" : "static",
383
- "type" : "float"
384
- },
385
- "admin_panel_ping_timeout" : {
386
- "default_value" : 30.0,
387
- "has_default_value" : "static",
388
- "type" : "float"
389
- },
390
- "admin_panel_proxy_password" : {
391
- "secret" : true,
392
- "type" : "string"
393
- },
394
- "admin_panel_proxy_timeout" : {
395
- "default_value" : 30.0,
396
- "has_default_value" : "static",
397
- "type" : "float"
398
- },
399
- "admin_panel_proxy_url" : {
400
- "type" : "string"
401
- },
402
- "admin_panel_proxy_username" : {
403
- "type" : "string"
404
- },
405
- "admin_panel_reconnect_timeout" : {
406
- "default_value" : 5.0,
407
- "has_default_value" : "static",
408
- "type" : "float"
409
- },
410
- "admin_panel_url" : {
411
- "read_only" : true,
412
- "type" : "string"
413
- },
414
- "admin_panel_username" : {
415
- "type" : "string"
416
- },
417
- "admin_panel_websocketpp_debug_access" : {
418
- "default_value" : false,
419
- "has_default_value" : "static",
420
- "type" : "boolean"
421
- },
422
- "admin_panel_websocketpp_debug_error" : {
423
- "default_value" : false,
424
- "has_default_value" : "static",
425
- "type" : "boolean"
426
- },
427
- "api_server_accept_burst_count" : {
428
- "default_value" : 32,
429
- "has_default_value" : "static",
430
- "type" : "unsigned integer"
431
- },
432
- "api_server_addresses" : {
433
- "default_value" : [],
434
- "has_default_value" : "static",
435
- "read_only" : true,
436
- "type" : "array of strings"
437
- },
438
- "api_server_authorizations" : {
439
- "default_value" : "[FILTERED]",
440
- "has_default_value" : "static",
441
- "secret" : true,
442
- "type" : "array"
443
- },
444
- "api_server_client_freelist_limit" : {
445
- "default_value" : 0,
446
- "has_default_value" : "static",
447
- "type" : "unsigned integer"
448
- },
449
- "api_server_file_buffered_channel_auto_start_mover" : {
450
- "default_value" : true,
451
- "has_default_value" : "static",
452
- "type" : "boolean"
453
- },
454
- "api_server_file_buffered_channel_auto_truncate_file" : {
455
- "default_value" : true,
456
- "has_default_value" : "static",
457
- "type" : "boolean"
458
- },
459
- "api_server_file_buffered_channel_buffer_dir" : {
460
- "has_default_value" : "dynamic",
461
- "type" : "string"
462
- },
463
- "api_server_file_buffered_channel_delay_in_file_mode_switching" : {
464
- "default_value" : 0,
465
- "has_default_value" : "static",
466
- "type" : "unsigned integer"
467
- },
468
- "api_server_file_buffered_channel_max_disk_chunk_read_size" : {
469
- "default_value" : 0,
470
- "has_default_value" : "static",
471
- "type" : "unsigned integer"
472
- },
473
- "api_server_file_buffered_channel_threshold" : {
474
- "default_value" : 131072,
475
- "has_default_value" : "static",
476
- "type" : "unsigned integer"
477
- },
478
- "api_server_mbuf_block_chunk_size" : {
479
- "default_value" : 4096,
480
- "has_default_value" : "static",
481
- "read_only" : true,
482
- "type" : "unsigned integer"
483
- },
484
- "api_server_min_spare_clients" : {
485
- "default_value" : 0,
486
- "has_default_value" : "static",
487
- "type" : "unsigned integer"
488
- },
489
- "api_server_request_freelist_limit" : {
490
- "default_value" : 1024,
491
- "has_default_value" : "static",
492
- "type" : "unsigned integer"
493
- },
494
- "api_server_start_reading_after_accept" : {
495
- "default_value" : true,
496
- "has_default_value" : "static",
497
- "type" : "boolean"
498
- },
499
- "app_output_log_level" : {
500
- "default_value" : "notice",
501
- "has_default_value" : "static",
502
- "type" : "string"
503
- },
504
- "benchmark_mode" : {
505
- "type" : "string"
506
- },
507
- "config_manifest" : {
508
- "read_only" : true,
509
- "type" : "object"
510
- },
511
- "controller_accept_burst_count" : {
512
- "default_value" : 32,
513
- "has_default_value" : "static",
514
- "type" : "unsigned integer"
515
- },
516
- "controller_addresses" : {
517
- "default_value" : [ "tcp://127.0.0.1:3000" ],
518
- "has_default_value" : "static",
519
- "read_only" : true,
520
- "type" : "array of strings"
521
- },
522
- "controller_client_freelist_limit" : {
523
- "default_value" : 0,
524
- "has_default_value" : "static",
525
- "type" : "unsigned integer"
526
- },
527
- "controller_cpu_affine" : {
528
- "default_value" : false,
529
- "has_default_value" : "static",
530
- "read_only" : true,
531
- "type" : "boolean"
532
- },
533
- "controller_file_buffered_channel_auto_start_mover" : {
534
- "default_value" : true,
535
- "has_default_value" : "static",
536
- "type" : "boolean"
537
- },
538
- "controller_file_buffered_channel_auto_truncate_file" : {
539
- "default_value" : true,
540
- "has_default_value" : "static",
541
- "type" : "boolean"
542
- },
543
- "controller_file_buffered_channel_buffer_dir" : {
544
- "has_default_value" : "dynamic",
545
- "type" : "string"
546
- },
547
- "controller_file_buffered_channel_delay_in_file_mode_switching" : {
548
- "default_value" : 0,
549
- "has_default_value" : "static",
550
- "type" : "unsigned integer"
551
- },
552
- "controller_file_buffered_channel_max_disk_chunk_read_size" : {
553
- "default_value" : 0,
554
- "has_default_value" : "static",
555
- "type" : "unsigned integer"
556
- },
557
- "controller_file_buffered_channel_threshold" : {
558
- "default_value" : 131072,
559
- "has_default_value" : "static",
560
- "type" : "unsigned integer"
561
- },
562
- "controller_mbuf_block_chunk_size" : {
563
- "default_value" : 4096,
564
- "has_default_value" : "static",
565
- "read_only" : true,
566
- "type" : "unsigned integer"
567
- },
568
- "controller_min_spare_clients" : {
569
- "default_value" : 0,
570
- "has_default_value" : "static",
571
- "type" : "unsigned integer"
572
- },
573
- "controller_request_freelist_limit" : {
574
- "default_value" : 1024,
575
- "has_default_value" : "static",
576
- "type" : "unsigned integer"
577
- },
578
- "controller_secure_headers_password" : {
579
- "secret" : true,
580
- "type" : "any"
581
- },
582
- "controller_socket_backlog" : {
583
- "default_value" : 2048,
584
- "has_default_value" : "static",
585
- "read_only" : true,
586
- "type" : "unsigned integer"
587
- },
588
- "controller_start_reading_after_accept" : {
589
- "default_value" : true,
590
- "has_default_value" : "static",
591
- "type" : "boolean"
592
- },
593
- "controller_threads" : {
594
- "has_default_value" : "dynamic",
595
- "read_only" : true,
596
- "type" : "unsigned integer"
597
- },
598
- "default_abort_websockets_on_process_shutdown" : {
599
- "default_value" : true,
600
- "has_default_value" : "static",
601
- "type" : "boolean"
602
- },
603
- "default_app_file_descriptor_ulimit" : {
604
- "type" : "unsigned integer"
605
- },
606
- "default_environment" : {
607
- "default_value" : "production",
608
- "has_default_value" : "static",
609
- "type" : "string"
610
- },
611
- "default_force_max_concurrent_requests_per_process" : {
612
- "default_value" : -1,
613
- "has_default_value" : "static",
614
- "type" : "integer"
615
- },
616
- "default_friendly_error_pages" : {
617
- "default_value" : "auto",
618
- "has_default_value" : "static",
619
- "type" : "string"
620
- },
621
- "default_group" : {
622
- "has_default_value" : "dynamic",
623
- "type" : "string"
624
- },
625
- "default_load_shell_envvars" : {
626
- "default_value" : false,
627
- "has_default_value" : "static",
628
- "type" : "boolean"
629
- },
630
- "default_max_preloader_idle_time" : {
631
- "default_value" : 300,
632
- "has_default_value" : "static",
633
- "type" : "unsigned integer"
634
- },
635
- "default_max_request_queue_size" : {
636
- "default_value" : 100,
637
- "has_default_value" : "static",
638
- "type" : "unsigned integer"
639
- },
640
- "default_max_requests" : {
641
- "default_value" : 0,
642
- "has_default_value" : "static",
643
- "type" : "unsigned integer"
644
- },
645
- "default_meteor_app_settings" : {
646
- "type" : "string"
647
- },
648
- "default_min_instances" : {
649
- "default_value" : 1,
650
- "has_default_value" : "static",
651
- "type" : "unsigned integer"
652
- },
653
- "default_nodejs" : {
654
- "default_value" : "node",
655
- "has_default_value" : "static",
656
- "type" : "string"
657
- },
658
- "default_python" : {
659
- "default_value" : "python",
660
- "has_default_value" : "static",
661
- "type" : "string"
662
- },
663
- "default_ruby" : {
664
- "default_value" : "ruby",
665
- "has_default_value" : "static",
666
- "type" : "string"
667
- },
668
- "default_server_name" : {
669
- "has_default_value" : "dynamic",
670
- "type" : "string"
671
- },
672
- "default_server_port" : {
673
- "has_default_value" : "dynamic",
674
- "type" : "unsigned integer"
675
- },
676
- "default_spawn_method" : {
677
- "default_value" : "smart",
678
- "has_default_value" : "static",
679
- "type" : "string"
680
- },
681
- "default_sticky_sessions" : {
682
- "default_value" : false,
683
- "has_default_value" : "static",
684
- "type" : "boolean"
685
- },
686
- "default_sticky_sessions_cookie_name" : {
687
- "default_value" : "_passenger_route",
688
- "has_default_value" : "static",
689
- "type" : "string"
690
- },
691
- "default_user" : {
692
- "default_value" : "nobody",
693
- "has_default_value" : "static",
694
- "type" : "string"
695
- },
696
- "file_descriptor_log_target" : {
697
- "type" : "any"
698
- },
699
- "file_descriptor_ulimit" : {
700
- "default_value" : 0,
701
- "has_default_value" : "static",
702
- "read_only" : true,
703
- "type" : "unsigned integer"
704
- },
705
- "graceful_exit" : {
706
- "default_value" : true,
707
- "has_default_value" : "static",
708
- "type" : "boolean"
709
- },
710
- "instance_dir" : {
711
- "read_only" : true,
712
- "type" : "string"
713
- },
714
- "integration_mode" : {
715
- "default_value" : "standalone",
716
- "has_default_value" : "static",
717
- "type" : "string"
718
- },
719
- "log_level" : {
720
- "default_value" : "notice",
721
- "has_default_value" : "static",
722
- "type" : "string"
723
- },
724
- "log_target" : {
725
- "default_value" : {
726
- "stderr" : true
727
- },
728
- "has_default_value" : "static",
729
- "type" : "any"
730
- },
731
- "max_instances_per_app" : {
732
- "read_only" : true,
733
- "type" : "unsigned integer"
734
- },
735
- "max_pool_size" : {
736
- "default_value" : 6,
737
- "has_default_value" : "static",
738
- "type" : "unsigned integer"
739
- },
740
- "multi_app" : {
741
- "default_value" : false,
742
- "has_default_value" : "static",
743
- "read_only" : true,
744
- "type" : "boolean"
745
- },
746
- "passenger_root" : {
747
- "read_only" : true,
748
- "required" : true,
749
- "type" : "string"
750
- },
751
- "pid_file" : {
752
- "read_only" : true,
753
- "type" : "string"
754
- },
755
- "pool_idle_time" : {
756
- "default_value" : 300,
757
- "has_default_value" : "static",
758
- "type" : "unsigned integer"
759
- },
760
- "pool_selfchecks" : {
761
- "default_value" : false,
762
- "has_default_value" : "static",
763
- "type" : "boolean"
764
- },
765
- "prestart_urls" : {
766
- "default_value" : [],
767
- "has_default_value" : "static",
768
- "read_only" : true,
769
- "type" : "array of strings"
770
- },
771
- "response_buffer_high_watermark" : {
772
- "default_value" : 134217728,
773
- "has_default_value" : "static",
774
- "type" : "unsigned integer"
775
- },
776
- "security_update_checker_certificate_path" : {
777
- "type" : "string"
778
- },
779
- "security_update_checker_disabled" : {
780
- "default_value" : false,
781
- "has_default_value" : "static",
782
- "type" : "boolean"
783
- },
784
- "security_update_checker_interval" : {
785
- "default_value" : 86400,
786
- "has_default_value" : "static",
787
- "type" : "unsigned integer"
788
- },
789
- "security_update_checker_proxy_url" : {
790
- "type" : "string"
791
- },
792
- "security_update_checker_url" : {
793
- "default_value" : "https://securitycheck.phusionpassenger.com/v1/check.json",
794
- "has_default_value" : "static",
795
- "type" : "string"
796
- },
797
- "server_software" : {
798
- "default_value" : "Phusion_Passenger/5.3.5",
799
- "has_default_value" : "static",
800
- "type" : "string"
801
- },
802
- "show_version_in_header" : {
803
- "default_value" : true,
804
- "has_default_value" : "static",
805
- "type" : "boolean"
806
- },
807
- "single_app_mode_app_root" : {
808
- "has_default_value" : "dynamic",
809
- "read_only" : true,
810
- "type" : "string"
811
- },
812
- "single_app_mode_app_type" : {
813
- "read_only" : true,
814
- "type" : "string"
815
- },
816
- "single_app_mode_startup_file" : {
817
- "read_only" : true,
818
- "type" : "string"
819
- },
820
- "standalone_engine" : {
821
- "has_default_value" : "dynamic",
822
- "type" : "string"
823
- },
824
- "stat_throttle_rate" : {
825
- "default_value" : 10,
826
- "has_default_value" : "static",
827
- "type" : "unsigned integer"
828
- },
829
- "telemetry_collector_ca_certificate_path" : {
830
- "type" : "string"
831
- },
832
- "telemetry_collector_debug_curl" : {
833
- "default_value" : false,
834
- "has_default_value" : "static",
835
- "type" : "boolean"
836
- },
837
- "telemetry_collector_disabled" : {
838
- "default_value" : false,
839
- "has_default_value" : "static",
840
- "type" : "boolean"
841
- },
842
- "telemetry_collector_final_run_timeout" : {
843
- "default_value" : 5,
844
- "has_default_value" : "static",
845
- "type" : "unsigned integer"
846
- },
847
- "telemetry_collector_first_interval" : {
848
- "default_value" : 7200,
849
- "has_default_value" : "static",
850
- "type" : "unsigned integer"
851
- },
852
- "telemetry_collector_interval" : {
853
- "default_value" : 21600,
854
- "has_default_value" : "static",
855
- "type" : "unsigned integer"
856
- },
857
- "telemetry_collector_interval_jitter" : {
858
- "default_value" : 7200,
859
- "has_default_value" : "static",
860
- "type" : "unsigned integer"
861
- },
862
- "telemetry_collector_proxy_url" : {
863
- "type" : "string"
864
- },
865
- "telemetry_collector_timeout" : {
866
- "default_value" : 180,
867
- "has_default_value" : "static",
868
- "type" : "unsigned integer"
869
- },
870
- "telemetry_collector_url" : {
871
- "default_value" : "https://anontelemetry.phusionpassenger.com/v1/collect.json",
872
- "has_default_value" : "static",
873
- "type" : "string"
874
- },
875
- "telemetry_collector_verify_server" : {
876
- "default_value" : true,
877
- "has_default_value" : "static",
878
- "type" : "boolean"
879
- },
880
- "turbocaching" : {
881
- "default_value" : true,
882
- "has_default_value" : "static",
883
- "read_only" : true,
884
- "type" : "boolean"
885
- },
886
- "user_switching" : {
887
- "default_value" : true,
888
- "has_default_value" : "static",
889
- "type" : "boolean"
890
- },
891
- "vary_turbocache_by_cookie" : {
892
- "type" : "string"
893
- },
894
- "watchdog_fd_passing_password" : {
895
- "secret" : true,
896
- "type" : "string"
897
- },
898
- "web_server_module_version" : {
899
- "read_only" : true,
900
- "type" : "string"
901
- },
902
- "web_server_version" : {
903
- "read_only" : true,
904
- "type" : "string"
905
- }
906
- },
907
- "Passenger::LoggingKit::Schema" : {
908
- "app_output_log_level" : {
909
- "default_value" : "notice",
910
- "has_default_value" : "static",
911
- "type" : "string"
912
- },
913
- "buffer_logs" : {
914
- "default_value" : false,
915
- "has_default_value" : "static",
916
- "type" : "boolean"
917
- },
918
- "file_descriptor_log_target" : {
919
- "type" : "any"
920
- },
921
- "level" : {
922
- "default_value" : "notice",
923
- "has_default_value" : "static",
924
- "type" : "string"
925
- },
926
- "redirect_stderr" : {
927
- "default_value" : true,
928
- "has_default_value" : "static",
929
- "type" : "boolean"
930
- },
931
- "target" : {
932
- "default_value" : {
933
- "stderr" : true
934
- },
935
- "has_default_value" : "static",
936
- "type" : "any"
937
- }
938
- },
939
- "Passenger::SecurityUpdateChecker::Schema" : {
940
- "certificate_path" : {
941
- "type" : "string"
942
- },
943
- "disabled" : {
944
- "default_value" : false,
945
- "has_default_value" : "static",
946
- "type" : "boolean"
947
- },
948
- "interval" : {
949
- "default_value" : 86400,
950
- "has_default_value" : "static",
951
- "type" : "unsigned integer"
952
- },
953
- "proxy_url" : {
954
- "type" : "string"
955
- },
956
- "server_identifier" : {
957
- "required" : true,
958
- "type" : "string"
959
- },
960
- "url" : {
961
- "default_value" : "https://securitycheck.phusionpassenger.com/v1/check.json",
962
- "has_default_value" : "static",
963
- "type" : "string"
964
- },
965
- "web_server_version" : {
966
- "type" : "string"
967
- }
968
- },
969
- "Passenger::ServerKit::BaseServerSchema" : {
970
- "accept_burst_count" : {
971
- "default_value" : 32,
972
- "has_default_value" : "static",
973
- "type" : "unsigned integer"
974
- },
975
- "client_freelist_limit" : {
976
- "default_value" : 0,
977
- "has_default_value" : "static",
978
- "type" : "unsigned integer"
979
- },
980
- "min_spare_clients" : {
981
- "default_value" : 0,
982
- "has_default_value" : "static",
983
- "type" : "unsigned integer"
984
- },
985
- "start_reading_after_accept" : {
986
- "default_value" : true,
987
- "has_default_value" : "static",
988
- "type" : "boolean"
989
- }
990
- },
991
- "Passenger::ServerKit::HttpServerSchema" : {
992
- "accept_burst_count" : {
993
- "default_value" : 32,
994
- "has_default_value" : "static",
995
- "type" : "unsigned integer"
996
- },
997
- "client_freelist_limit" : {
998
- "default_value" : 0,
999
- "has_default_value" : "static",
1000
- "type" : "unsigned integer"
1001
- },
1002
- "min_spare_clients" : {
1003
- "default_value" : 0,
1004
- "has_default_value" : "static",
1005
- "type" : "unsigned integer"
1006
- },
1007
- "request_freelist_limit" : {
1008
- "default_value" : 1024,
1009
- "has_default_value" : "static",
1010
- "type" : "unsigned integer"
1011
- },
1012
- "start_reading_after_accept" : {
1013
- "default_value" : true,
1014
- "has_default_value" : "static",
1015
- "type" : "boolean"
1016
- }
1017
- },
1018
- "Passenger::ServerKit::Schema" : {
1019
- "file_buffered_channel_auto_start_mover" : {
1020
- "default_value" : true,
1021
- "has_default_value" : "static",
1022
- "type" : "boolean"
1023
- },
1024
- "file_buffered_channel_auto_truncate_file" : {
1025
- "default_value" : true,
1026
- "has_default_value" : "static",
1027
- "type" : "boolean"
1028
- },
1029
- "file_buffered_channel_buffer_dir" : {
1030
- "has_default_value" : "dynamic",
1031
- "type" : "string"
1032
- },
1033
- "file_buffered_channel_delay_in_file_mode_switching" : {
1034
- "default_value" : 0,
1035
- "has_default_value" : "static",
1036
- "type" : "unsigned integer"
1037
- },
1038
- "file_buffered_channel_max_disk_chunk_read_size" : {
1039
- "default_value" : 0,
1040
- "has_default_value" : "static",
1041
- "type" : "unsigned integer"
1042
- },
1043
- "file_buffered_channel_threshold" : {
1044
- "default_value" : 131072,
1045
- "has_default_value" : "static",
1046
- "type" : "unsigned integer"
1047
- },
1048
- "mbuf_block_chunk_size" : {
1049
- "default_value" : 4096,
1050
- "has_default_value" : "static",
1051
- "read_only" : true,
1052
- "type" : "unsigned integer"
1053
- },
1054
- "secure_mode_password" : {
1055
- "secret" : true,
1056
- "type" : "string"
1057
- }
1058
- },
1059
- "Passenger::Watchdog::ApiServer::Schema" : {
1060
- "accept_burst_count" : {
1061
- "default_value" : 32,
1062
- "has_default_value" : "static",
1063
- "type" : "unsigned integer"
1064
- },
1065
- "authorizations" : {
1066
- "default_value" : "[FILTERED]",
1067
- "has_default_value" : "static",
1068
- "secret" : true,
1069
- "type" : "array"
1070
- },
1071
- "client_freelist_limit" : {
1072
- "default_value" : 0,
1073
- "has_default_value" : "static",
1074
- "type" : "unsigned integer"
1075
- },
1076
- "fd_passing_password" : {
1077
- "required" : true,
1078
- "secret" : true,
1079
- "type" : "string"
1080
- },
1081
- "min_spare_clients" : {
1082
- "default_value" : 0,
1083
- "has_default_value" : "static",
1084
- "type" : "unsigned integer"
1085
- },
1086
- "request_freelist_limit" : {
1087
- "default_value" : 1024,
1088
- "has_default_value" : "static",
1089
- "type" : "unsigned integer"
1090
- },
1091
- "start_reading_after_accept" : {
1092
- "default_value" : true,
1093
- "has_default_value" : "static",
1094
- "type" : "boolean"
1095
- }
1096
- },
1097
- "Passenger::Watchdog::Schema" : {
1098
- "admin_panel_auth_type" : {
1099
- "default_value" : "basic",
1100
- "has_default_value" : "static",
1101
- "type" : "string"
1102
- },
1103
- "admin_panel_close_timeout" : {
1104
- "default_value" : 10.0,
1105
- "has_default_value" : "static",
1106
- "type" : "float"
1107
- },
1108
- "admin_panel_connect_timeout" : {
1109
- "default_value" : 30.0,
1110
- "has_default_value" : "static",
1111
- "type" : "float"
1112
- },
1113
- "admin_panel_data_debug" : {
1114
- "default_value" : false,
1115
- "has_default_value" : "static",
1116
- "type" : "boolean"
1117
- },
1118
- "admin_panel_password" : {
1119
- "secret" : true,
1120
- "type" : "string"
1121
- },
1122
- "admin_panel_password_file" : {
1123
- "type" : "string"
1124
- },
1125
- "admin_panel_ping_interval" : {
1126
- "default_value" : 30.0,
1127
- "has_default_value" : "static",
1128
- "type" : "float"
1129
- },
1130
- "admin_panel_ping_timeout" : {
1131
- "default_value" : 30.0,
1132
- "has_default_value" : "static",
1133
- "type" : "float"
1134
- },
1135
- "admin_panel_proxy_password" : {
1136
- "secret" : true,
1137
- "type" : "string"
1138
- },
1139
- "admin_panel_proxy_timeout" : {
1140
- "default_value" : 30.0,
1141
- "has_default_value" : "static",
1142
- "type" : "float"
1143
- },
1144
- "admin_panel_proxy_url" : {
1145
- "type" : "string"
1146
- },
1147
- "admin_panel_proxy_username" : {
1148
- "type" : "string"
1149
- },
1150
- "admin_panel_reconnect_timeout" : {
1151
- "default_value" : 5.0,
1152
- "has_default_value" : "static",
1153
- "type" : "float"
1154
- },
1155
- "admin_panel_url" : {
1156
- "read_only" : true,
1157
- "type" : "string"
1158
- },
1159
- "admin_panel_username" : {
1160
- "type" : "string"
1161
- },
1162
- "admin_panel_websocketpp_debug_access" : {
1163
- "default_value" : false,
1164
- "has_default_value" : "static",
1165
- "type" : "boolean"
1166
- },
1167
- "admin_panel_websocketpp_debug_error" : {
1168
- "default_value" : false,
1169
- "has_default_value" : "static",
1170
- "type" : "boolean"
1171
- },
1172
- "app_output_log_level" : {
1173
- "default_value" : "notice",
1174
- "has_default_value" : "static",
1175
- "type" : "string"
1176
- },
1177
- "benchmark_mode" : {
1178
- "type" : "string"
1179
- },
1180
- "config_manifest" : {
1181
- "read_only" : true,
1182
- "type" : "object"
1183
- },
1184
- "controller_accept_burst_count" : {
1185
- "default_value" : 32,
1186
- "has_default_value" : "static",
1187
- "type" : "unsigned integer"
1188
- },
1189
- "controller_addresses" : {
1190
- "has_default_value" : "dynamic",
1191
- "read_only" : true,
1192
- "type" : "array of strings"
1193
- },
1194
- "controller_client_freelist_limit" : {
1195
- "default_value" : 0,
1196
- "has_default_value" : "static",
1197
- "type" : "unsigned integer"
1198
- },
1199
- "controller_cpu_affine" : {
1200
- "default_value" : false,
1201
- "has_default_value" : "static",
1202
- "read_only" : true,
1203
- "type" : "boolean"
1204
- },
1205
- "controller_file_buffered_channel_auto_start_mover" : {
1206
- "default_value" : true,
1207
- "has_default_value" : "static",
1208
- "type" : "boolean"
1209
- },
1210
- "controller_file_buffered_channel_auto_truncate_file" : {
1211
- "default_value" : true,
1212
- "has_default_value" : "static",
1213
- "type" : "boolean"
1214
- },
1215
- "controller_file_buffered_channel_buffer_dir" : {
1216
- "has_default_value" : "dynamic",
1217
- "type" : "string"
1218
- },
1219
- "controller_file_buffered_channel_delay_in_file_mode_switching" : {
1220
- "default_value" : 0,
1221
- "has_default_value" : "static",
1222
- "type" : "unsigned integer"
1223
- },
1224
- "controller_file_buffered_channel_max_disk_chunk_read_size" : {
1225
- "default_value" : 0,
1226
- "has_default_value" : "static",
1227
- "type" : "unsigned integer"
1228
- },
1229
- "controller_file_buffered_channel_threshold" : {
1230
- "default_value" : 131072,
1231
- "has_default_value" : "static",
1232
- "type" : "unsigned integer"
1233
- },
1234
- "controller_mbuf_block_chunk_size" : {
1235
- "default_value" : 4096,
1236
- "has_default_value" : "static",
1237
- "read_only" : true,
1238
- "type" : "unsigned integer"
1239
- },
1240
- "controller_min_spare_clients" : {
1241
- "default_value" : 0,
1242
- "has_default_value" : "static",
1243
- "type" : "unsigned integer"
1244
- },
1245
- "controller_pid_file" : {
1246
- "has_default_value" : "dynamic",
1247
- "read_only" : true,
1248
- "type" : "string"
1249
- },
1250
- "controller_request_freelist_limit" : {
1251
- "default_value" : 1024,
1252
- "has_default_value" : "static",
1253
- "type" : "unsigned integer"
1254
- },
1255
- "controller_secure_headers_password" : {
1256
- "has_default_value" : "dynamic",
1257
- "secret" : true,
1258
- "type" : "string"
1259
- },
1260
- "controller_socket_backlog" : {
1261
- "default_value" : 2048,
1262
- "has_default_value" : "static",
1263
- "read_only" : true,
1264
- "type" : "unsigned integer"
1265
- },
1266
- "controller_start_reading_after_accept" : {
1267
- "default_value" : true,
1268
- "has_default_value" : "static",
1269
- "type" : "boolean"
1270
- },
1271
- "controller_threads" : {
1272
- "has_default_value" : "dynamic",
1273
- "read_only" : true,
1274
- "type" : "unsigned integer"
1275
- },
1276
- "core_api_server_accept_burst_count" : {
1277
- "default_value" : 32,
1278
- "has_default_value" : "static",
1279
- "type" : "unsigned integer"
1280
- },
1281
- "core_api_server_addresses" : {
1282
- "default_value" : [],
1283
- "has_default_value" : "static",
1284
- "read_only" : true,
1285
- "type" : "array of strings"
1286
- },
1287
- "core_api_server_authorizations" : {
1288
- "default_value" : "[FILTERED]",
1289
- "has_default_value" : "static",
1290
- "secret" : true,
1291
- "type" : "array"
1292
- },
1293
- "core_api_server_client_freelist_limit" : {
1294
- "default_value" : 0,
1295
- "has_default_value" : "static",
1296
- "type" : "unsigned integer"
1297
- },
1298
- "core_api_server_file_buffered_channel_auto_start_mover" : {
1299
- "default_value" : true,
1300
- "has_default_value" : "static",
1301
- "type" : "boolean"
1302
- },
1303
- "core_api_server_file_buffered_channel_auto_truncate_file" : {
1304
- "default_value" : true,
1305
- "has_default_value" : "static",
1306
- "type" : "boolean"
1307
- },
1308
- "core_api_server_file_buffered_channel_buffer_dir" : {
1309
- "has_default_value" : "dynamic",
1310
- "type" : "string"
1311
- },
1312
- "core_api_server_file_buffered_channel_delay_in_file_mode_switching" : {
1313
- "default_value" : 0,
1314
- "has_default_value" : "static",
1315
- "type" : "unsigned integer"
1316
- },
1317
- "core_api_server_file_buffered_channel_max_disk_chunk_read_size" : {
1318
- "default_value" : 0,
1319
- "has_default_value" : "static",
1320
- "type" : "unsigned integer"
1321
- },
1322
- "core_api_server_file_buffered_channel_threshold" : {
1323
- "default_value" : 131072,
1324
- "has_default_value" : "static",
1325
- "type" : "unsigned integer"
1326
- },
1327
- "core_api_server_mbuf_block_chunk_size" : {
1328
- "default_value" : 4096,
1329
- "has_default_value" : "static",
1330
- "read_only" : true,
1331
- "type" : "unsigned integer"
1332
- },
1333
- "core_api_server_min_spare_clients" : {
1334
- "default_value" : 0,
1335
- "has_default_value" : "static",
1336
- "type" : "unsigned integer"
1337
- },
1338
- "core_api_server_request_freelist_limit" : {
1339
- "default_value" : 1024,
1340
- "has_default_value" : "static",
1341
- "type" : "unsigned integer"
1342
- },
1343
- "core_api_server_start_reading_after_accept" : {
1344
- "default_value" : true,
1345
- "has_default_value" : "static",
1346
- "type" : "boolean"
1347
- },
1348
- "core_file_descriptor_ulimit" : {
1349
- "default_value" : 0,
1350
- "has_default_value" : "static",
1351
- "read_only" : true,
1352
- "type" : "unsigned integer"
1353
- },
1354
- "core_pid_file" : {
1355
- "read_only" : true,
1356
- "type" : "string"
1357
- },
1358
- "daemonize" : {
1359
- "default_value" : false,
1360
- "has_default_value" : "static",
1361
- "type" : "boolean"
1362
- },
1363
- "default_abort_websockets_on_process_shutdown" : {
1364
- "default_value" : true,
1365
- "has_default_value" : "static",
1366
- "type" : "boolean"
1367
- },
1368
- "default_app_file_descriptor_ulimit" : {
1369
- "type" : "unsigned integer"
1370
- },
1371
- "default_environment" : {
1372
- "default_value" : "production",
1373
- "has_default_value" : "static",
1374
- "type" : "string"
1375
- },
1376
- "default_force_max_concurrent_requests_per_process" : {
1377
- "default_value" : -1,
1378
- "has_default_value" : "static",
1379
- "type" : "integer"
1380
- },
1381
- "default_friendly_error_pages" : {
1382
- "default_value" : "auto",
1383
- "has_default_value" : "static",
1384
- "type" : "string"
1385
- },
1386
- "default_group" : {
1387
- "has_default_value" : "dynamic",
1388
- "type" : "string"
1389
- },
1390
- "default_load_shell_envvars" : {
1391
- "default_value" : false,
1392
- "has_default_value" : "static",
1393
- "type" : "boolean"
1394
- },
1395
- "default_max_preloader_idle_time" : {
1396
- "default_value" : 300,
1397
- "has_default_value" : "static",
1398
- "type" : "unsigned integer"
1399
- },
1400
- "default_max_request_queue_size" : {
1401
- "default_value" : 100,
1402
- "has_default_value" : "static",
1403
- "type" : "unsigned integer"
1404
- },
1405
- "default_max_requests" : {
1406
- "default_value" : 0,
1407
- "has_default_value" : "static",
1408
- "type" : "unsigned integer"
1409
- },
1410
- "default_meteor_app_settings" : {
1411
- "type" : "string"
1412
- },
1413
- "default_min_instances" : {
1414
- "default_value" : 1,
1415
- "has_default_value" : "static",
1416
- "type" : "unsigned integer"
1417
- },
1418
- "default_nodejs" : {
1419
- "default_value" : "node",
1420
- "has_default_value" : "static",
1421
- "type" : "string"
1422
- },
1423
- "default_python" : {
1424
- "default_value" : "python",
1425
- "has_default_value" : "static",
1426
- "type" : "string"
1427
- },
1428
- "default_ruby" : {
1429
- "default_value" : "ruby",
1430
- "has_default_value" : "static",
1431
- "type" : "string"
1432
- },
1433
- "default_server_name" : {
1434
- "has_default_value" : "dynamic",
1435
- "type" : "string"
1436
- },
1437
- "default_server_port" : {
1438
- "has_default_value" : "dynamic",
1439
- "type" : "unsigned integer"
1440
- },
1441
- "default_spawn_method" : {
1442
- "default_value" : "smart",
1443
- "has_default_value" : "static",
1444
- "type" : "string"
1445
- },
1446
- "default_sticky_sessions" : {
1447
- "default_value" : false,
1448
- "has_default_value" : "static",
1449
- "type" : "boolean"
1450
- },
1451
- "default_sticky_sessions_cookie_name" : {
1452
- "default_value" : "_passenger_route",
1453
- "has_default_value" : "static",
1454
- "type" : "string"
1455
- },
1456
- "default_user" : {
1457
- "default_value" : "nobody",
1458
- "has_default_value" : "static",
1459
- "type" : "string"
1460
- },
1461
- "file_descriptor_log_target" : {
1462
- "type" : "any"
1463
- },
1464
- "graceful_exit" : {
1465
- "default_value" : true,
1466
- "has_default_value" : "static",
1467
- "type" : "boolean"
1468
- },
1469
- "hook_after_watchdog_initialization" : {
1470
- "type" : "string"
1471
- },
1472
- "hook_after_watchdog_shutdown" : {
1473
- "type" : "string"
1474
- },
1475
- "hook_before_watchdog_initialization" : {
1476
- "type" : "string"
1477
- },
1478
- "hook_before_watchdog_shutdown" : {
1479
- "type" : "string"
1480
- },
1481
- "instance_registry_dir" : {
1482
- "has_default_value" : "dynamic",
1483
- "read_only" : true,
1484
- "type" : "string"
1485
- },
1486
- "integration_mode" : {
1487
- "default_value" : "standalone",
1488
- "has_default_value" : "static",
1489
- "type" : "string"
1490
- },
1491
- "log_level" : {
1492
- "default_value" : "notice",
1493
- "has_default_value" : "static",
1494
- "type" : "string"
1495
- },
1496
- "log_target" : {
1497
- "default_value" : {
1498
- "stderr" : true
1499
- },
1500
- "has_default_value" : "static",
1501
- "type" : "any"
1502
- },
1503
- "max_instances_per_app" : {
1504
- "read_only" : true,
1505
- "type" : "unsigned integer"
1506
- },
1507
- "max_pool_size" : {
1508
- "default_value" : 6,
1509
- "has_default_value" : "static",
1510
- "type" : "unsigned integer"
1511
- },
1512
- "multi_app" : {
1513
- "default_value" : false,
1514
- "has_default_value" : "static",
1515
- "read_only" : true,
1516
- "type" : "boolean"
1517
- },
1518
- "passenger_root" : {
1519
- "read_only" : true,
1520
- "required" : true,
1521
- "type" : "string"
1522
- },
1523
- "pidfiles_to_delete_on_exit" : {
1524
- "default_value" : [],
1525
- "has_default_value" : "static",
1526
- "type" : "array of strings"
1527
- },
1528
- "pool_idle_time" : {
1529
- "default_value" : 300,
1530
- "has_default_value" : "static",
1531
- "type" : "unsigned integer"
1532
- },
1533
- "pool_selfchecks" : {
1534
- "default_value" : false,
1535
- "has_default_value" : "static",
1536
- "type" : "boolean"
1537
- },
1538
- "prestart_urls" : {
1539
- "default_value" : [],
1540
- "has_default_value" : "static",
1541
- "read_only" : true,
1542
- "type" : "array of strings"
1543
- },
1544
- "response_buffer_high_watermark" : {
1545
- "default_value" : 134217728,
1546
- "has_default_value" : "static",
1547
- "type" : "unsigned integer"
1548
- },
1549
- "security_update_checker_certificate_path" : {
1550
- "type" : "string"
1551
- },
1552
- "security_update_checker_disabled" : {
1553
- "default_value" : false,
1554
- "has_default_value" : "static",
1555
- "type" : "boolean"
1556
- },
1557
- "security_update_checker_interval" : {
1558
- "default_value" : 86400,
1559
- "has_default_value" : "static",
1560
- "type" : "unsigned integer"
1561
- },
1562
- "security_update_checker_proxy_url" : {
1563
- "type" : "string"
1564
- },
1565
- "security_update_checker_url" : {
1566
- "default_value" : "https://securitycheck.phusionpassenger.com/v1/check.json",
1567
- "has_default_value" : "static",
1568
- "type" : "string"
1569
- },
1570
- "server_software" : {
1571
- "default_value" : "Phusion_Passenger/5.3.5",
1572
- "has_default_value" : "static",
1573
- "type" : "string"
1574
- },
1575
- "setsid" : {
1576
- "default_value" : false,
1577
- "has_default_value" : "static",
1578
- "type" : "boolean"
1579
- },
1580
- "show_version_in_header" : {
1581
- "default_value" : true,
1582
- "has_default_value" : "static",
1583
- "type" : "boolean"
1584
- },
1585
- "single_app_mode_app_root" : {
1586
- "has_default_value" : "dynamic",
1587
- "read_only" : true,
1588
- "type" : "string"
1589
- },
1590
- "single_app_mode_app_type" : {
1591
- "read_only" : true,
1592
- "type" : "string"
1593
- },
1594
- "single_app_mode_startup_file" : {
1595
- "read_only" : true,
1596
- "type" : "string"
1597
- },
1598
- "standalone_engine" : {
1599
- "has_default_value" : "dynamic",
1600
- "type" : "string"
1601
- },
1602
- "startup_report_file" : {
1603
- "type" : "string"
1604
- },
1605
- "stat_throttle_rate" : {
1606
- "default_value" : 10,
1607
- "has_default_value" : "static",
1608
- "type" : "unsigned integer"
1609
- },
1610
- "telemetry_collector_ca_certificate_path" : {
1611
- "type" : "string"
1612
- },
1613
- "telemetry_collector_debug_curl" : {
1614
- "default_value" : false,
1615
- "has_default_value" : "static",
1616
- "type" : "boolean"
1617
- },
1618
- "telemetry_collector_disabled" : {
1619
- "default_value" : false,
1620
- "has_default_value" : "static",
1621
- "type" : "boolean"
1622
- },
1623
- "telemetry_collector_final_run_timeout" : {
1624
- "default_value" : 5,
1625
- "has_default_value" : "static",
1626
- "type" : "unsigned integer"
1627
- },
1628
- "telemetry_collector_first_interval" : {
1629
- "default_value" : 7200,
1630
- "has_default_value" : "static",
1631
- "type" : "unsigned integer"
1632
- },
1633
- "telemetry_collector_interval" : {
1634
- "default_value" : 21600,
1635
- "has_default_value" : "static",
1636
- "type" : "unsigned integer"
1637
- },
1638
- "telemetry_collector_interval_jitter" : {
1639
- "default_value" : 7200,
1640
- "has_default_value" : "static",
1641
- "type" : "unsigned integer"
1642
- },
1643
- "telemetry_collector_proxy_url" : {
1644
- "type" : "string"
1645
- },
1646
- "telemetry_collector_timeout" : {
1647
- "default_value" : 180,
1648
- "has_default_value" : "static",
1649
- "type" : "unsigned integer"
1650
- },
1651
- "telemetry_collector_url" : {
1652
- "default_value" : "https://anontelemetry.phusionpassenger.com/v1/collect.json",
1653
- "has_default_value" : "static",
1654
- "type" : "string"
1655
- },
1656
- "telemetry_collector_verify_server" : {
1657
- "default_value" : true,
1658
- "has_default_value" : "static",
1659
- "type" : "boolean"
1660
- },
1661
- "turbocaching" : {
1662
- "default_value" : true,
1663
- "has_default_value" : "static",
1664
- "read_only" : true,
1665
- "type" : "boolean"
1666
- },
1667
- "user" : {
1668
- "has_default_value" : "dynamic",
1669
- "read_only" : true,
1670
- "type" : "string"
1671
- },
1672
- "user_switching" : {
1673
- "default_value" : true,
1674
- "has_default_value" : "static",
1675
- "type" : "boolean"
1676
- },
1677
- "vary_turbocache_by_cookie" : {
1678
- "type" : "string"
1679
- },
1680
- "watchdog_api_server_accept_burst_count" : {
1681
- "default_value" : 32,
1682
- "has_default_value" : "static",
1683
- "type" : "unsigned integer"
1684
- },
1685
- "watchdog_api_server_addresses" : {
1686
- "default_value" : [],
1687
- "has_default_value" : "static",
1688
- "read_only" : true,
1689
- "type" : "array of strings"
1690
- },
1691
- "watchdog_api_server_authorizations" : {
1692
- "default_value" : "[FILTERED]",
1693
- "has_default_value" : "static",
1694
- "secret" : true,
1695
- "type" : "array"
1696
- },
1697
- "watchdog_api_server_client_freelist_limit" : {
1698
- "default_value" : 0,
1699
- "has_default_value" : "static",
1700
- "type" : "unsigned integer"
1701
- },
1702
- "watchdog_api_server_file_buffered_channel_auto_start_mover" : {
1703
- "default_value" : true,
1704
- "has_default_value" : "static",
1705
- "type" : "boolean"
1706
- },
1707
- "watchdog_api_server_file_buffered_channel_auto_truncate_file" : {
1708
- "default_value" : true,
1709
- "has_default_value" : "static",
1710
- "type" : "boolean"
1711
- },
1712
- "watchdog_api_server_file_buffered_channel_buffer_dir" : {
1713
- "has_default_value" : "dynamic",
1714
- "type" : "string"
1715
- },
1716
- "watchdog_api_server_file_buffered_channel_delay_in_file_mode_switching" : {
1717
- "default_value" : 0,
1718
- "has_default_value" : "static",
1719
- "type" : "unsigned integer"
1720
- },
1721
- "watchdog_api_server_file_buffered_channel_max_disk_chunk_read_size" : {
1722
- "default_value" : 0,
1723
- "has_default_value" : "static",
1724
- "type" : "unsigned integer"
1725
- },
1726
- "watchdog_api_server_file_buffered_channel_threshold" : {
1727
- "default_value" : 131072,
1728
- "has_default_value" : "static",
1729
- "type" : "unsigned integer"
1730
- },
1731
- "watchdog_api_server_mbuf_block_chunk_size" : {
1732
- "default_value" : 4096,
1733
- "has_default_value" : "static",
1734
- "read_only" : true,
1735
- "type" : "unsigned integer"
1736
- },
1737
- "watchdog_api_server_min_spare_clients" : {
1738
- "default_value" : 0,
1739
- "has_default_value" : "static",
1740
- "type" : "unsigned integer"
1741
- },
1742
- "watchdog_api_server_request_freelist_limit" : {
1743
- "default_value" : 1024,
1744
- "has_default_value" : "static",
1745
- "type" : "unsigned integer"
1746
- },
1747
- "watchdog_api_server_start_reading_after_accept" : {
1748
- "default_value" : true,
1749
- "has_default_value" : "static",
1750
- "type" : "boolean"
1751
- },
1752
- "watchdog_pid_file" : {
1753
- "read_only" : true,
1754
- "type" : "string"
1755
- },
1756
- "watchdog_pid_file_autodelete" : {
1757
- "default_value" : true,
1758
- "has_default_value" : "static",
1759
- "type" : "boolean"
1760
- },
1761
- "web_server_module_version" : {
1762
- "read_only" : true,
1763
- "type" : "string"
1764
- },
1765
- "web_server_version" : {
1766
- "read_only" : true,
1767
- "type" : "string"
1768
- }
1769
- },
1770
- "Passenger::WebSocketCommandReverseServer::Schema" : {
1771
- "auth_type" : {
1772
- "default_value" : "basic",
1773
- "has_default_value" : "static",
1774
- "type" : "string"
1775
- },
1776
- "close_timeout" : {
1777
- "default_value" : 10.0,
1778
- "has_default_value" : "static",
1779
- "type" : "float"
1780
- },
1781
- "connect_timeout" : {
1782
- "default_value" : 30.0,
1783
- "has_default_value" : "static",
1784
- "type" : "float"
1785
- },
1786
- "data_debug" : {
1787
- "default_value" : false,
1788
- "has_default_value" : "static",
1789
- "type" : "boolean"
1790
- },
1791
- "log_prefix" : {
1792
- "type" : "string"
1793
- },
1794
- "password" : {
1795
- "secret" : true,
1796
- "type" : "string"
1797
- },
1798
- "password_file" : {
1799
- "type" : "string"
1800
- },
1801
- "ping_interval" : {
1802
- "default_value" : 30.0,
1803
- "has_default_value" : "static",
1804
- "type" : "float"
1805
- },
1806
- "ping_timeout" : {
1807
- "default_value" : 30.0,
1808
- "has_default_value" : "static",
1809
- "type" : "float"
1810
- },
1811
- "proxy_password" : {
1812
- "secret" : true,
1813
- "type" : "string"
1814
- },
1815
- "proxy_timeout" : {
1816
- "default_value" : 30.0,
1817
- "has_default_value" : "static",
1818
- "type" : "float"
1819
- },
1820
- "proxy_url" : {
1821
- "type" : "string"
1822
- },
1823
- "proxy_username" : {
1824
- "type" : "string"
1825
- },
1826
- "reconnect_timeout" : {
1827
- "default_value" : 5.0,
1828
- "has_default_value" : "static",
1829
- "type" : "float"
1830
- },
1831
- "url" : {
1832
- "required" : true,
1833
- "type" : "string"
1834
- },
1835
- "username" : {
1836
- "type" : "string"
1837
- },
1838
- "websocketpp_debug_access" : {
1839
- "default_value" : false,
1840
- "has_default_value" : "static",
1841
- "type" : "boolean"
1842
- },
1843
- "websocketpp_debug_error" : {
1844
- "default_value" : false,
1845
- "has_default_value" : "static",
1846
- "type" : "boolean"
1847
- }
1848
- }
1849
- }
1850
-