HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //opt/cpguard/app/resources/defaults/php_defaults.json
{
    "global": {
        "expose_php": false,
        "disable_functions": "exec,system,shell_exec,passthru,popen,proc_open,pcntl_exec,dl,eval",
        "allow_url_fopen": false,
        "allow_url_include": false,
        "file_uploads": true,
        "upload_tmp_dir": "/tmp",
        "upload_max_filesize": "2M",
        "post_max_size": "8M",
        "max_execution_time": 30,
        "max_input_time": 60,
        "memory_limit": "128M",
        "session.use_strict_mode": true,
        "session.cookie_httponly": true,
        "session.cookie_secure": true,
        "session.use_only_cookies": true,
        "session.cookie_samesite": "Strict",
        "log_errors": true,
        "display_errors": false,
        "error_reporting": "E_ALL & ~E_DEPRECATED",
        "opcache.enable": true,
        "opcache.memory_consumption": 128,
        "opcache.interned_strings_buffer": 8,
        "opcache.max_accelerated_files": 4000,
        "opcache.validate_timestamps": true,
        "opcache.revalidate_freq": 2,
        "mail.add_x_header": false
    },
    "website": {
        "open_basedir": "{{ home_dir }}",
        "session.save_path": "{{ home_dir }}/.sessions",
        "mail.force_extra_parameters": "-fno-reply@{{ domain }}",
        "error_log": "{{ home_dir }}/logs/php_error.log"
    }
}