File Inclusion Prevention - path to the php.ini file for Apache

I got stuck in a very easy place but I can’t solve it
I would be glad if you can help me even if it is a hint.

What is the full path to the php.ini file for Apache?
/etc/php/7.4/cli/php.ini

but doesnt work Did I just misunderstand question?

fixed

find / -name "*.ini"

You will see too many files
use ctrl+f “php.ini”
Find the php.ini in the apache file

just type the file name php.ini
find / -name “php.ini”
No need to use wildcard as we know the file name