Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
php can use different configuration files depending on the mode of operation.
point to the config used in the server console (ssh)
to determine the config used by apache create a php file in the root directory of the working site and write a phpinfo() call in it
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
$updatedb ## обновляем список файлов ОС
$locate php.ini ## ищем php.ini (в ОС Ubuntu $mlocate php.ini)
Again we connect to the server via ssh, go to cd /ect/php and there are your php.ini
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question