From 9f62e861d77db6ec137a8450ee0651dfc5ddbc24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Jun 2025 09:48:02 +0200 Subject: initial package --- PHPINFO | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..725ff4c --- /dev/null +++ b/PHPINFO @@ -0,0 +1,21 @@ + +SPX + +SPX Support => enabled +SPX Version => 0.4.19 + +Directive => Local Value => Master Value +spx.debug => 0 => 0 +spx.data_dir => /tmp/spx => /tmp/spx +spx.http_enabled => 0 => 0 +spx.http_key => no value => no value +spx.http_ip_var => REMOTE_ADDR => REMOTE_ADDR +spx.http_trusted_proxies => 127.0.0.1 => 127.0.0.1 +spx.http_ip_whitelist => no value => no value +spx.http_ui_assets_dir => /usr/share/php-noisebynorthwest-php-spx/assets/web-ui => /usr/share/php-noisebynorthwest-php-spx/assets/web-ui +spx.http_profiling_enabled => no value => no value +spx.http_profiling_auto_start => no value => no value +spx.http_profiling_builtins => no value => no value +spx.http_profiling_sampling_period => no value => no value +spx.http_profiling_depth => no value => no value +spx.http_profiling_metrics => no value => no value -- cgit