Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/php.d/ |
Upload File : |
; Set parameters required for proper Bitrix engine functioning. ; You can redefine parameters specified in this file ; by editing /etc/php.d/z_bx_custom_settings.ini ; Configure error processing display_errors = Off error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING ; Set some more PHP parameters enable_dl = Off short_open_tag = On allow_url_fopen = On ; Change default values of important constants max_input_vars = 10000 max_file_uploads = 100 max_execution_time = 300 post_max_size = 1024M upload_max_filesize = 1024M pcre.backtrack_limit = 1000000 pcre.recursion_limit = 14000 realpath_cache_size = 4096k mysql.default_socket = /var/lib/mysqld/mysqld.sock mysqli.default_socket = /var/lib/mysqld/mysqld.sock # Security headers mail.add_x_header = Off expose_php = Off ; Utf-8 support default_charset = UTF-8 ; Configure PHP sessions session.entropy_length = 128 session.entropy_file = /dev/urandom session.save_path = "/tmp/php_sessions/www" session.cookie_httponly = On session.cookie_samesite = "Lax" ; Set directory for temporary files upload_tmp_dir = "/tmp/php_upload/www" sendmail_path = msmtp -t -i memory_limit = 768M date.timezone = Europe/Moscow