[root@domain php.d]# php --info | grep mb
PHP Deprecated: The mbstring.func_overload directive is deprecated in Unknown on line 0
/etc/php.d/20-mbstring.ini,
Zend Multibyte Support => provided by mbstring
xmlrpc_error_number => 0 => 0
Multibyte decoding support using mbstring => enabled
mbstring
Multibyte string engine => libmbfl
libmbfl version => 1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 2 => 2
mbstring.http_input => no value => no value
mbstring.http_output => no value => no value
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
mbstring.internal_encoding => UTF-8 => UTF-8
mbstring.language => neutral => neutral
mbstring.regex_retry_limit => 1000000 => 1000000
mbstring.regex_stack_limit => 100000 => 100000
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value
[root@intranet]# curl -I http://bitrix.domain.int
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 13 Jul 2021 19:37:45 GMT
Content-Type: text/html; charset=windows-1251
Connection: keep-alive
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Тут такое дело, я не знаю как. Я знаю как посмотреть логи апача, логи mysql, какие-то системные логи messages...
Но логи php куда сливаются - не знаю. Предполагаю, что они как-то должны в логах апача быть, но там всё чисто.