|
| 1 | +# yamllint disable rule:indentation rule:line-length |
| 2 | +# Amazon Linux-2 |
| 3 | +--- |
| 4 | +apache2: |
| 5 | + ini: |
| 6 | + opts: {} |
| 7 | + settings: {} |
| 8 | +cli: |
| 9 | + ini: |
| 10 | + opts: {} |
| 11 | + settings: {} |
| 12 | +fpm: |
| 13 | + config: |
| 14 | + conf: |
| 15 | + opts: {} |
| 16 | + settings: {} |
| 17 | + ini: |
| 18 | + opts: {} |
| 19 | + settings: {} |
| 20 | + pools: |
| 21 | + default.conf: |
| 22 | + enabled: false |
| 23 | + opts: {} |
| 24 | + service: |
| 25 | + enabled: true |
| 26 | + opts: {} |
| 27 | +hhvm: |
| 28 | + config: |
| 29 | + php: |
| 30 | + opts: {} |
| 31 | + settings: {} |
| 32 | + server: |
| 33 | + opts: {} |
| 34 | + settings: {} |
| 35 | + service: |
| 36 | + enabled: true |
| 37 | + opts: {} |
| 38 | +ini: |
| 39 | + defaults: |
| 40 | + CLI Server: |
| 41 | + cli_server.color: 'On' |
| 42 | + Date: |
| 43 | + date.timezone: America/New_York |
| 44 | + Interbase: |
| 45 | + ibase.allow_persistent: 1 |
| 46 | + ibase.dateformat: '"%Y-%m-%d"' |
| 47 | + ibase.max_links: -1 |
| 48 | + ibase.max_persistent: -1 |
| 49 | + ibase.timeformat: '"%H:%M:%S"' |
| 50 | + ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"' |
| 51 | + MSSQL: |
| 52 | + mssql.allow_persistent: 'On' |
| 53 | + mssql.compatibility_mode: 'Off' |
| 54 | + mssql.max_links: -1 |
| 55 | + mssql.max_persistent: -1 |
| 56 | + mssql.min_error_severity: 10 |
| 57 | + mssql.min_message_severity: 10 |
| 58 | + mssql.secure_connection: 'Off' |
| 59 | + MySQL: |
| 60 | + mysql.allow_local_infile: 'On' |
| 61 | + mysql.allow_persistent: 'On' |
| 62 | + mysql.cache_size: '2000' |
| 63 | + mysql.connect_timeout: 60 |
| 64 | + mysql.max_links: -1 |
| 65 | + mysql.max_persistent: -1 |
| 66 | + mysql.trace_mode: 'Off' |
| 67 | + MySQLi: |
| 68 | + mysqli.allow_persistent: 'On' |
| 69 | + mysqli.cache_size: 2000 |
| 70 | + mysqli.default_port: 3306 |
| 71 | + mysqli.max_links: -1 |
| 72 | + mysqli.max_persistent: -1 |
| 73 | + mysqli.reconnect: 'Off' |
| 74 | + ODBC: |
| 75 | + odbc.allow_persistent: 'On' |
| 76 | + odbc.check_persistent: 'On' |
| 77 | + odbc.defaultbinmode: 1 |
| 78 | + odbc.defaultlrl: 4096 |
| 79 | + odbc.max_links: '-1' |
| 80 | + odbc.max_persistent: '-1' |
| 81 | + PHP: |
| 82 | + allow_url_fopen: 'On' |
| 83 | + allow_url_include: 'Off' |
| 84 | + asp_tags: 'Off' |
| 85 | + auto_globals_jit: 'On' |
| 86 | + default_mimetype: '"text/html"' |
| 87 | + default_socket_timeout: 60 |
| 88 | + disable_functions: |
| 89 | + - pcntl_alarm |
| 90 | + - pcntl_fork |
| 91 | + - pcntl_waitpid |
| 92 | + - pcntl_wait |
| 93 | + - pcntl_wifexited |
| 94 | + - pcntl_wifstopped |
| 95 | + - pcntl_wifsignaled |
| 96 | + - pcntl_wexitstatus |
| 97 | + - pcntl_wtermsig |
| 98 | + - pcntl_wstopsig |
| 99 | + - pcntl_signal |
| 100 | + - pcntl_signal_dispatch |
| 101 | + - pcntl_get_last_error |
| 102 | + - pcntl_strerror |
| 103 | + - pcntl_sigprocmask |
| 104 | + - pcntl_sigwaitinfo |
| 105 | + - pcntl_sigtimedwait |
| 106 | + - pcntl_exec |
| 107 | + - pcntl_getpriority |
| 108 | + - pcntl_setpriority |
| 109 | + display_errors: 'Off' |
| 110 | + display_startup_errors: 'Off' |
| 111 | + enable_dl: 'Off' |
| 112 | + engine: 'On' |
| 113 | + error_reporting: |
| 114 | + - E_ALL |
| 115 | + - ~E_DEPRECATED |
| 116 | + - ~E_STRICT |
| 117 | + expose_php: 'On' |
| 118 | + file_uploads: 'On' |
| 119 | + html_errors: 'On' |
| 120 | + ignore_repeated_errors: 'Off' |
| 121 | + ignore_repeated_source: 'Off' |
| 122 | + implicit_flush: 'Off' |
| 123 | + log_errors: 'On' |
| 124 | + log_errors_max_len: 1024 |
| 125 | + max_execution_time: 30 |
| 126 | + max_file_uploads: 20 |
| 127 | + max_input_nesting_level: 64 |
| 128 | + max_input_time: 60 |
| 129 | + max_input_vars: 1000 |
| 130 | + memory_limit: 128M |
| 131 | + output_buffering: 4096 |
| 132 | + post_max_size: 8M |
| 133 | + precision: 14 |
| 134 | + register_argc_argv: 'Off' |
| 135 | + report_memleaks: 'On' |
| 136 | + request_order: GP |
| 137 | + serialize_precision: 17 |
| 138 | + short_open_tag: 'Off' |
| 139 | + track_errors: 'Off' |
| 140 | + upload_max_filesize: 2M |
| 141 | + variables_order: GPCS |
| 142 | + zend.enable_gc: 'On' |
| 143 | + zlib.output_compression: 'Off' |
| 144 | + Pdo_mysql: |
| 145 | + pdo_mysql.cache_size: 2000 |
| 146 | + PostgreSQL: |
| 147 | + pgsql.allow_persistent: 'On' |
| 148 | + pgsql.auto_reset_persistent: 'Off' |
| 149 | + pgsql.ignore_notice: 0 |
| 150 | + pgsql.log_notice: 0 |
| 151 | + pgsql.max_links: -1 |
| 152 | + pgsql.max_persistent: -1 |
| 153 | + SQL: |
| 154 | + sql.safe_mode: 'Off' |
| 155 | + Session: |
| 156 | + session.auto_start: 0 |
| 157 | + session.bug_compat_42: 'Off' |
| 158 | + session.bug_compat_warn: 'Off' |
| 159 | + session.cache_expire: '180' |
| 160 | + session.cache_limiter: nocache |
| 161 | + session.cookie_lifetime: 0 |
| 162 | + session.cookie_path: / |
| 163 | + session.gc_divisor: 1000 |
| 164 | + session.gc_maxlifetime: 1440 |
| 165 | + session.gc_probability: 0 |
| 166 | + session.hash_bits_per_character: 5 |
| 167 | + session.hash_function: 0 |
| 168 | + session.name: PHPSESSID |
| 169 | + session.save_handler: files |
| 170 | + session.serialize_handler: php |
| 171 | + session.use_cookies: 1 |
| 172 | + session.use_only_cookies: 1 |
| 173 | + session.use_strict_mode: 0 |
| 174 | + session.use_trans_sid: 0 |
| 175 | + url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"' |
| 176 | + Sybase-CT: |
| 177 | + sybct.allow_persistent: 'On' |
| 178 | + sybct.max_links: -1 |
| 179 | + sybct.max_persistent: -1 |
| 180 | + sybct.min_client_severity: 10 |
| 181 | + sybct.min_server_severity: 10 |
| 182 | + Tidy: |
| 183 | + tidy.clean_output: 'Off' |
| 184 | + bcmath: |
| 185 | + bcmath.scale: 0 |
| 186 | + ldap: |
| 187 | + ldap.max_links: -1 |
| 188 | + mail function: |
| 189 | + SMTP: localhost |
| 190 | + mail.add_x_header: 'On' |
| 191 | + mysqlnd: |
| 192 | + mysqlnd.collect_memory_statistics: 'Off' |
| 193 | + mysqlnd.collect_statistics: 'On' |
| 194 | + soap: |
| 195 | + soap.wsdl_cache_dir: '"/tmp"' |
| 196 | + soap.wsdl_cache_enabled: 1 |
| 197 | + soap.wsdl_cache_limit: 5 |
| 198 | + soap.wsdl_cache_ttl: 86400 |
| 199 | +lookup: |
| 200 | + cli: |
| 201 | + ini: /etc/php.ini |
| 202 | + fpm: |
| 203 | + conf: /etc/php-fpm.conf |
| 204 | + defaults: |
| 205 | + global: |
| 206 | + error_log: /var/log/php-fpm/error.log |
| 207 | + pid: /var/run/php-fpm/php-fpm.pid |
| 208 | + include: /etc/php-fpm.d/*.conf |
| 209 | + group: root |
| 210 | + ini: /etc/php.ini |
| 211 | + pools: /etc/php-fpm.d |
| 212 | + service: php-fpm |
| 213 | + user: root |
| 214 | + pkgs: |
| 215 | + adodb: php-adodb |
| 216 | + apc: php-pecl-apc |
| 217 | + apcu: php-pecl-apcu |
| 218 | + auth-sasl: php-pear-Auth-SASL |
| 219 | + bcmath: php-bcmath |
| 220 | + build_pkgs: |
| 221 | + - openssl-devel |
| 222 | + - gcc |
| 223 | + cache-lite: php-pear-Cache-Lite |
| 224 | + cgi: php-cgi |
| 225 | + cli: php-cli |
| 226 | + composer: composer |
| 227 | + composer_bin: composer |
| 228 | + console-table: php-pear-Console-Table |
| 229 | + curl: |
| 230 | + - php-common |
| 231 | + - curl |
| 232 | + dba: |
| 233 | + - php-dba |
| 234 | + - dba |
| 235 | + dev: php-devel |
| 236 | + ext_conf_path: /etc/php.d |
| 237 | + fpm: php-fpm |
| 238 | + gd: php-gd |
| 239 | + geoip: php-pecl-geoip |
| 240 | + geshi: php-geshi |
| 241 | + gettext: php-php-gettext |
| 242 | + http: php-pecl-http |
| 243 | + imagick: php-pecl-imagick |
| 244 | + imap: php-imap |
| 245 | + intl: php-intl |
| 246 | + json: php-common |
| 247 | + ldap: php-ldap |
| 248 | + local_bin: /usr/local/bin |
| 249 | + mail: php-pear-Mail |
| 250 | + mbstring: php-mbstring |
| 251 | + mcrypt: php-mcrypt |
| 252 | + memcache: php-pecl-memcache |
| 253 | + memcached: php-pecl-memcached |
| 254 | + mysql: php-mysql |
| 255 | + mysqlnd: php-mysqlnd |
| 256 | + net-smtp: php-pear-Net-SMTP |
| 257 | + net4: php-pear-Net-IPv4 |
| 258 | + oauth: php-pecl-oauth |
| 259 | + opcache: php-pecl-zendopcache |
| 260 | + pear: php-pear |
| 261 | + pgsql: php-pgsql |
| 262 | + php: php |
| 263 | + pspell: php-pspell |
| 264 | + redis: php-pecl-redis |
| 265 | + seclib: php-phpseclib |
| 266 | + snmp: php-snmp |
| 267 | + soap: php-soap |
| 268 | + sqlite: php-pdo |
| 269 | + ssh2: php-pecl-ssh2 |
| 270 | + suhosin5_ext: suhosin.so |
| 271 | + suhosin5_repo: https://github.com/sektioneins/suhosin |
| 272 | + suhosin7_ext: suhosin7.so |
| 273 | + suhosin7_repo: https://github.com/sektioneins/suhosin7 |
| 274 | + tcpdf: php-tcpdf |
| 275 | + temp_dir: /tmp |
| 276 | + tidy: php-tidy |
| 277 | + uuid: php-pecl-uuid |
| 278 | + xcache: php-xcache |
| 279 | + xdebug: php-pecl-xdebug |
| 280 | + xml: |
| 281 | + - php-xml |
| 282 | + - php-xmlrpc |
| 283 | + xsl: php-xml |
| 284 | + zip: php |
| 285 | + xcache: |
| 286 | + ini: /etc/php.d/xcache.ini |
| 287 | +xcache: |
| 288 | + ini: |
| 289 | + defaults: |
| 290 | + xcache: |
| 291 | + xcache.cacher: 'On' |
| 292 | + xcache.coredump_directory: '""' |
| 293 | + xcache.coredump_type: '0' |
| 294 | + xcache.count: '1' |
| 295 | + xcache.disable_on_crash: 'Off' |
| 296 | + xcache.experimental: 'Off' |
| 297 | + xcache.gc_interval: '0' |
| 298 | + xcache.mmap_path: '"/dev/zero"' |
| 299 | + xcache.optimizer: 'Off' |
| 300 | + xcache.readonly_protection: 'Off' |
| 301 | + xcache.shm_scheme: '"mmap"' |
| 302 | + xcache.size: 60M |
| 303 | + xcache.slots: 8K |
| 304 | + xcache.stat: 'On' |
| 305 | + xcache.ttl: '0' |
| 306 | + xcache.var_count: '1' |
| 307 | + xcache.var_gc_interval: '300' |
| 308 | + xcache.var_maxttl: '0' |
| 309 | + xcache.var_namespace: '""' |
| 310 | + xcache.var_namespace_mode: '0' |
| 311 | + xcache.var_size: 4M |
| 312 | + xcache.var_slots: 8K |
| 313 | + xcache.var_ttl: '0' |
| 314 | + xcache-common: |
| 315 | + extension: xcache.so |
| 316 | + xcache.admin: |
| 317 | + xcache.admin.enable_auth: 'On' |
| 318 | + xcache.coverager: |
| 319 | + xcache.coveragedump_directory: '""' |
| 320 | + xcache.coverager: 'Off' |
| 321 | + xcache.coverager_autostart: 'On' |
| 322 | + opts: {} |
| 323 | + settings: {} |
0 commit comments