castris
Verified User
I know it: I'm new to DirectAdmin, but something is leaving me out of place.
A client asks me to keep the .user.ini working for him.
It seems somewhat strange to me because by default .user.ini is configured in PHP when there is a php-fpm installation.
Even so, I consulted PHP-FPM and saw that this behavior was expected.
Even so, I confirm that the phi of the client version, 8.2, is fine, `/usr/local/php82/lib/php.ini` in addition to adding it explicitly.
I also verify it in a file with phpinfo(), to do a double check
But after restarting php82-fpm and waiting even 300 seconds, nothing. Nothing has changed. No value was applied and more particularly the session.save_path which was what we were expecting.
is in path of site,
I don't want to use global modifications or do it via dashboard, because in the end the user (it is a nanaged reseller type private server) ended up destroying everything.
Apreciate help about the problem.
A client asks me to keep the .user.ini working for him.
It seems somewhat strange to me because by default .user.ini is configured in PHP when there is a php-fpm installation.
Even so, I consulted PHP-FPM and saw that this behavior was expected.
Even so, I confirm that the phi of the client version, 8.2, is fine, `/usr/local/php82/lib/php.ini` in addition to adding it explicitly.
PHP:
cat /usr/local/php82/lib/php.ini | grep user.ini
user_ini.filename = ".user.ini"
;user_ini.filename =
;user_ini.cache_ttl = 300
I also verify it in a file with phpinfo(), to do a double check
But after restarting php82-fpm and waiting even 300 seconds, nothing. Nothing has changed. No value was applied and more particularly the session.save_path which was what we were expecting.
Code:
.user.ini
Code:
/home/inigocalderon/domains/MYDOMAIN.com/private_html
I don't want to use global modifications or do it via dashboard, because in the end the user (it is a nanaged reseller type private server) ended up destroying everything.
Apreciate help about the problem.